me
/
guix
Archived
1
0
Fork 0

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.
Marius Bakke 2023-09-21 12:39:57 +08:00
parent 767b8586be
commit a392ec814f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 5 deletions

View File

@ -26504,17 +26504,17 @@ and dates in \"human readable\" forms. For example, it would display
(define-public python-txaio (define-public python-txaio
(package (package
(name "python-txaio") (name "python-txaio")
(version "18.8.1") (version "23.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "txaio" version)) (uri (pypi-uri "txaio" version))
(sha256 (sha256
(base32 (base32
"1zmpdph6zddgrnkkcykh6qk5s46l7s5mzfqrh82m4b5iffn61qv7")))) "017p9x0bssf7g9slmf30ddh1baawsmxas4nivx334pkfjxp23agr"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (native-inputs
(list python-twisted python-six)) (list python-pytest python-twisted))
(home-page "https://github.com/crossbario/txaio") (home-page "https://github.com/crossbario/txaio")
(synopsis "Compatibility layer between Python asyncio and Twisted") (synopsis "Compatibility layer between Python asyncio and Twisted")
(description "Txaio provides a compatibility layer between the Python (description "Txaio provides a compatibility layer between the Python