mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gnupg: Update to 0.5.0.
* gnu/packages/gnupg.scm (python-gnupg): Update to 0.5.0. [build-system]: Modify to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I6bd67d1eff7eba410a37616cc800a62ea87c9961
This commit is contained in:
parent
56fbdee16c
commit
1e6ee0f665
1 changed files with 4 additions and 4 deletions
|
@ -630,15 +630,15 @@ decrypt messages using the OpenPGP format by making use of GPGME.")
|
||||||
(define-public python-gnupg
|
(define-public python-gnupg
|
||||||
(package
|
(package
|
||||||
(name "python-gnupg")
|
(name "python-gnupg")
|
||||||
(version "0.4.8")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-gnupg" version))
|
(uri (pypi-uri "python-gnupg" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mq7hljy3bjkxdvh3qx2bv4y0b66l9pmc6i06ys75y7dbjpf2kdn"))))
|
"0ali2zz6k568yzhdgzm8f14v6s5ymihlyffbvfxc9q60gww8wxbh"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -654,7 +654,7 @@ decrypt messages using the OpenPGP format by making use of GPGME.")
|
||||||
;; so we disable them.
|
;; so we disable them.
|
||||||
(invoke "python" "test_gnupg.py" "--no-doctests")))))))
|
(invoke "python" "test_gnupg.py" "--no-doctests")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gnupg))
|
(list gnupg python-setuptools python-wheel))
|
||||||
(home-page "https://pythonhosted.org/python-gnupg/index.html")
|
(home-page "https://pythonhosted.org/python-gnupg/index.html")
|
||||||
(synopsis "Wrapper for the GNU Privacy Guard")
|
(synopsis "Wrapper for the GNU Privacy Guard")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue