mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-txaio: Update to 23.1.1.
* gnu/packages/python-xyz.scm (python-txaio): Update to 23.1.1. [build-system]: Change to PYPROJECT-BUILD-SYSTEM. [propagated-inputs]: Remove. [native-inputs]: Add PYTHON-PYTEST and PYTHON-TWISTED.
This commit is contained in:
parent
767b8586be
commit
a392ec814f
1 changed files with 5 additions and 5 deletions
|
@ -26504,17 +26504,17 @@ (define-public python-humanize
|
|||
(define-public python-txaio
|
||||
(package
|
||||
(name "python-txaio")
|
||||
(version "18.8.1")
|
||||
(version "23.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "txaio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zmpdph6zddgrnkkcykh6qk5s46l7s5mzfqrh82m4b5iffn61qv7"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-twisted python-six))
|
||||
"017p9x0bssf7g9slmf30ddh1baawsmxas4nivx334pkfjxp23agr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest python-twisted))
|
||||
(home-page "https://github.com/crossbario/txaio")
|
||||
(synopsis "Compatibility layer between Python asyncio and Twisted")
|
||||
(description "Txaio provides a compatibility layer between the Python
|
||||
|
|
Loading…
Reference in a new issue