mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: Add python-pyserial-asyncio.
* gnu/packages/python-xyz.scm (python-pyserial-asyncio): New variable.
This commit is contained in:
parent
8f8eaf579f
commit
cf14128ac8
1 changed files with 18 additions and 0 deletions
|
@ -16052,6 +16052,24 @@ (define-public python-pyserial
|
|||
(define-public python2-pyserial
|
||||
(package-with-python2 python-pyserial))
|
||||
|
||||
(define-public python-pyserial-asyncio
|
||||
(package
|
||||
(name "python-pyserial-asyncio")
|
||||
(version "0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyserial-asyncio" version))
|
||||
(sha256
|
||||
(base32 "0cwd2cjz859v6jrm3y6hikfqjyhyfj5vhfjb8vvflvl6791yah8n"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs `(("python-pyserial" ,python-pyserial)))
|
||||
(home-page "https://github.com/pyserial/pyserial-asyncio")
|
||||
(synopsis "Pyserial asynchronous I/O extension")
|
||||
(description "This package extends Pyserial with asynchronous I/O
|
||||
support.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-kivy
|
||||
(package
|
||||
(name "python-kivy")
|
||||
|
|
Loading…
Reference in a new issue