This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/python-team by this push:
     new aaa761991e gnu: python-setuptools-declarative-requirements: Update to 
1.3.0.
aaa761991e is described below

commit aaa761991e59d57d6436c8f48adfbce1e81a626a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 14:39:06 2025 +0100

    gnu: python-setuptools-declarative-requirements: Update to 1.3.0.
    
    * gnu/packages/python-xyz.scm (python-setuptools-declarative-requirements): 
Update to 1.3.0.
    [arguments] <tests?>: Avoid running tests as they require old no packaged
    projects.
    [propagated-inputs]: Remove python-toml and python-wheel; add
    python-setuptools.
    [native-inputs]: Remove python-pytest.
    
    Change-Id: I0c652f0de8e28d8a4b487b117433ac68b64d8efc
---
 gnu/packages/python-xyz.scm | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 63b083cd9b..a50b8905dc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5218,23 +5218,21 @@ other machines, such as over the network.")
 (define-public python-setuptools-declarative-requirements
   (package
     (name "python-setuptools-declarative-requirements")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri
-             "setuptools-declarative-requirements"
-             version))
+       (uri (pypi-uri "setuptools-declarative-requirements" version))
        (sha256
-        (base32
-         "1l8zmcnp9h8sp8hsw7b81djaa1a9yig0y7i4phh5pihqz1gdn7yi"))))
-    (build-system python-build-system)
+        (base32 "1xwqp37ii9kql49agmkipawjbndwxg6y8sxax1wc4l6kkaxvk9ap"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f))        ;requir dated inputs
     (native-inputs
-     (list python-pytest python-setuptools-scm))
+     (list python-setuptools-scm))
     (propagated-inputs
-     (list python-toml python-wheel))
-    (home-page
-     "https://github.com/s0undt3ch/setuptools-declarative-requirements";)
+     (list python-setuptools))
+    (home-page 
"https://github.com/s0undt3ch/setuptools-declarative-requirements";)
     (synopsis "File support for setuptools declarative setup.cfg")
     (description
      "This package provides file support for setuptools declarative

Reply via email to