guix-commits
[Top][All Lists]
Advanced

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

46/59: gnu: python-click-default-group: Update to 1.2.4.


From: guix-commits
Subject: 46/59: gnu: python-click-default-group: Update to 1.2.4.
Date: Tue, 16 Jan 2024 07:16:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fbe02335754e9bfafe0b0fc5d78433d183939150
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 10 19:50:17 2024 +0100

    gnu: python-click-default-group: Update to 1.2.4.
    
    * gnu/packages/python-xyz.scm (python-click-default-group): Update to 1.2.4.
    [build-system]: Use pyproject-build-system.
    [native-inputs]: Add python-flit-core and python-pytest.
    
    Change-Id: I7e617ee57499542b7e832bb5ea24417b70e8cf85
---
 gnu/packages/python-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eb4dfcd4bb..0e64919a3e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17007,18 +17007,19 @@ applications.")
 (define-public python-click-default-group
   (package
     (name "python-click-default-group")
-    (version "1.2.2")
+    (version "1.2.4")
     (source (origin
               (method url-fetch)
-              (uri (pypi-uri "click-default-group" version))
+              (uri (pypi-uri "click_default_group" version))
               (sha256
                (base32
-                "015r78jk8gznfw0dphpwaqcx5mhg5822b55w5xbb6i7sin70wmnr"))))
-    (build-system python-build-system)
-    (arguments
-      `(#:tests? #f)) ; no target
+                "07i5w47lbihcb3cvs08vynz725z9skvhhzrarnk6qi8dxjckqgzb"))))
+    (build-system pyproject-build-system)
+    (arguments (list #:tests? #false)) ;there are none
     (propagated-inputs
      (list python-click))
+    (native-inputs
+     (list python-flit-core python-pytest))
     (synopsis "Extends click.Group")
     (description "This package extends click.Group to invoke a command without
 explicit subcommand name.")



reply via email to

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