andreas pushed a commit to branch python-team
in repository guix.

commit a133331ee82be1ae4024bd1df8d75bfc962ef8cb
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Apr 6 14:37:16 2025 +0200

    gnu: python-mailman-hyperkitty: Update to 1.2.1.
    
    * gnu/packages/mail.scm (python-mailman-hyperkitty): Update to 1.2.1.
    [build-system]: Switch to pyproject.
    [native-inputs]: Remove python-mock, python-nose.  Add
    python-setuptools, python-wheel.
    
    Change-Id: Iaee680b7d95823c0ba5dbd12adedd4efa20e1bc2
    Signed-off-by: Steve George <[email protected]>
---
 gnu/packages/mail.scm | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3a92b718a3..9f88bbf70d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3758,21 +3758,17 @@ interfaces interacting with Mailman.")
 (define-public python-mailman-hyperkitty
   (package
     (name "python-mailman-hyperkitty")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "mailman-hyperkitty" version))
-        (sha256
-         (base32
-          "1ni6vf1yi14c0l895fk278x4na7ymhpkl1q0vnpzbkzplpa7200i"))))
-    (build-system python-build-system)
-    (propagated-inputs
-     (list python-requests python-zope-interface))
-    (inputs
-     (list mailman))
-    (native-inputs
-     (list python-mock python-nose python-nose2))
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "mailman-hyperkitty" version))
+       (sha256
+        (base32 "0f6c1fs28w3r9k9mbg7gsv6pa45aayaadaa0dn4q5dfcqvxrvmpq"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-requests python-zope-interface))
+    (inputs (list mailman))
+    (native-inputs (list python-nose2 python-setuptools python-wheel))
     (home-page "https://gitlab.com/mailman/mailman-hyperkitty/";)
     (synopsis "Mailman archiver plugin for HyperKitty")
     (description

Reply via email to