[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v3 43/43] gnu: Add node-serialport.
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v3 43/43] gnu: Add node-serialport. |
Date: |
Wed, 8 Dec 2021 15:28:38 -0500 |
* gnu/packages/node-xyz.scm (node-serialport): New variable.
---
gnu/packages/node-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 904c0be89d..03bc250132 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -1159,3 +1159,36 @@ (define-public node-serialport-stream
Node.js Stream API. The stream is a duplex stream, allowing for reading and
writing. It has additional methods for managing the SerialPort
connection.")))
+
+(define-public node-serialport
+ (package
+ (inherit node-serialport-binding-abstract)
+ (name "node-serialport")
+ (version "9.2.7")
+ (inputs
+ `(("node-serialport-bindings" ,node-serialport-bindings)
+ ("node-serialport-parser-delimiter" ,node-serialport-parser-delimiter)
+ ("node-serialport-parser-readline" ,node-serialport-parser-readline)
+ ("node-serialport-parser-regex" ,node-serialport-parser-regex)
+ ("node-serialport-parser-ready" ,node-serialport-parser-ready)
+ ("node-serialport-parser-inter-byte-timeout"
+ ,node-serialport-parser-inter-byte-timeout)
+ ("node-serialport-parser-cctalk" ,node-serialport-parser-cctalk)
+ ("node-serialport-parser-byte-length"
+ ,node-serialport-parser-byte-length)
+ ("node-serialport-stream" ,node-serialport-stream)))
+ (arguments
+ `(#:absent-dependencies
+ `("@serialport/binding-mock"
+ "debug")
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda args
+ (chdir "packages/serialport"))))
+ #:tests? #f))
+ (synopsis "Node.js package to access serial ports")
+ (description "Node SerialPort is a modular suite of Node.js packages for
+accessing serial ports. This package is the recommended entry point for most
+projects. It combines a high-level Node.js stream interface with a useful
+default set of parsers and bindings.")))
--
2.32.0
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., (continued)
- [bug#51838] [PATCH v3 18/43] gnu: node-irc: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 19/43] guix: node-build-system: Add implicit libuv input., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 23/43] gnu: Add node-safe-buffer., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 38/43] gnu: Add node-serialport-parser-ready., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 27/43] gnu: Add node-openzwave-shared., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 33/43] gnu: Add node-serialport-binding-abstract., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 41/43] gnu: Add node-serialport-parser-byte-length., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 43/43] gnu: Add node-serialport.,
Philip McGrath <=
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/12
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02