mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jeepney: Update to 0.8.0.
* gnu/packages/python-crypto.scm (python-jeepney): Update to 0.8.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-async-timeout, python-pytest-asyncio, python-flit-core. Remove python-tornado.
This commit is contained in:
parent
929995a542
commit
bd0b398b67
1 changed files with 11 additions and 5 deletions
|
@ -1501,17 +1501,23 @@ certificates, signing and building trust bundles.")
|
||||||
(define-public python-jeepney
|
(define-public python-jeepney
|
||||||
(package
|
(package
|
||||||
(name "python-jeepney")
|
(name "python-jeepney")
|
||||||
(version "0.6.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jeepney" version))
|
(uri (pypi-uri "jeepney" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mw6ch5s4czpmsiwqwhcidgk27858pl8vlvb7acrxjkm4ribcnbx"))))
|
(base32 "01jqrk7pn94i7bpmj834pjrw7id659gfag6wpbv04fcpap94izjy"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-testpath python-tornado python-trio python-pytest
|
(list python-async-timeout
|
||||||
python-pytest-trio))
|
python-testpath
|
||||||
|
python-trio
|
||||||
|
python-pytest
|
||||||
|
python-pytest-asyncio
|
||||||
|
python-pytest-trio
|
||||||
|
;; For the build backend
|
||||||
|
python-flit-core))
|
||||||
(home-page "https://gitlab.com/takluyver/jeepney")
|
(home-page "https://gitlab.com/takluyver/jeepney")
|
||||||
(synopsis "Low-level, pure Python DBus protocol wrapper")
|
(synopsis "Low-level, pure Python DBus protocol wrapper")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue