guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

42/142: gnu: python-gnupg: Update to 0.4.8.


From: guix-commits
Subject: 42/142: gnu: python-gnupg: Update to 0.4.8.
Date: Mon, 10 Jan 2022 13:07:19 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit ab0893f78918112c25ac44d6547f6e7769b7a55e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 18 22:18:25 2021 -0500

    gnu: python-gnupg: Update to 0.4.8.
    
    * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.8.
    (python2-gnupg): Delete variable.
---
 gnu/packages/gnupg.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 6265ec9431..8edd45a4f9 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -576,14 +576,14 @@ decrypt messages using the OpenPGP format by making use 
of GPGME.")
 (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 @@ decrypt messages using the OpenPGP format by making use of 
GPGME.")
                (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 @@ decrypt messages using the OpenPGP format by making use of 
GPGME.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]