emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#63007: closed ([PATCH core-updates] gnu: python-aenum: Update to 3.1


From: GNU bug Tracking System
Subject: bug#63007: closed ([PATCH core-updates] gnu: python-aenum: Update to 3.1.12.)
Date: Sat, 22 Apr 2023 20:30:02 +0000

Your message dated Sat, 22 Apr 2023 22:28:54 +0200
with message-id <ZERDhoMP0nlqLBzV@jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #63007,
regarding [PATCH core-updates] gnu: python-aenum: Update to 3.1.12.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63007: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63007
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates] gnu: python-aenum: Update to 3.1.12. Date: Fri, 21 Apr 2023 21:46:12 +0000
* gnu/packages/python-xyz.scm (python-aenum): Update to 3.1.12.
[source]: Add snippet to delete Python 2 specific files.
---
 gnu/packages/python-xyz.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 10b28f0888..2f5123fa51 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2407,13 +2407,18 @@ (define-public python-textparser
 (define-public python-aenum
   (package
     (name "python-aenum")
-    (version "2.2.4")
+    (version "3.1.12")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "aenum" version))
        (sha256
-        (base32 "0r1812bjm72x73pl7y4yhffr4zbdjgxa08avsy4b3di0pqgqv0l1"))))
+        (base32 "1w1ffkcxgnimi5w8802qk6w2qxz9k8hpvsg6yy2zi08ahs8iqlry"))
+       (modules '((guix build utils)))
+       (snippet
+        ;; Delete the Python 2 specific files which won't compile load
+        ;; in Python 3.
+        '(for-each delete-file (find-files "." "_py2.py$")))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

base-commit: 3f7ae420d8a54d4e2ab7f349c40d8930fe9e0771
--
2.39.2





--- End Message ---
--- Begin Message --- Subject: Close Date: Sat, 22 Apr 2023 22:28:54 +0200
Hello Kaelyn,

thanks for the patch, which I applied to core-updates. It will soon
arrive in master anyway.

Andreas



--- End Message ---

reply via email to

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