gnu: python-gnupg: Update to 0.4.8.

* gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.8.
(python2-gnupg): Delete variable.
This commit is contained in:
Maxim Cournoyer 2021-12-18 22:18:25 -05:00
parent 2080f55590
commit ab0893f789
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -576,14 +576,14 @@ (define-public python2-pygpgme
(define-public python-gnupg
(package
(name "python-gnupg")
(version "0.4.7")
(version "0.4.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-gnupg" version))
(sha256
(base32
"1isazrg2h126xg3vvk4wrhx8k8yfsg5sxybvfa99phj235mzaq90"))))
"1mq7hljy3bjkxdvh3qx2bv4y0b66l9pmc6i06ys75y7dbjpf2kdn"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -598,8 +598,7 @@ (define-public python-gnupg
(setenv "USERNAME" "guixbuilder")
;; The doctests are extremely slow and sometimes time out,
;; so we disable them.
(invoke "python"
"test_gnupg.py" "--no-doctests")))))))
(invoke "python" "test_gnupg.py" "--no-doctests")))))))
(native-inputs
(list gnupg))
(home-page "https://pythonhosted.org/python-gnupg/index.html")
@ -609,9 +608,6 @@ (define-public python-gnupg
and signature functionality from Python programs.")
(license license:bsd-3)))
(define-public python2-gnupg
(package-with-python2 python-gnupg))
(define-public perl-gnupg-interface
(package
(name "perl-gnupg-interface")