mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-click-default-group: Enable tests.
* gnu/packages/python-xyz.scm (python-click-default-group) [source]: Swap to git checkout containing tests. Change-Id: I51d039ce03d4d772ed6246233e5cc830b5548c3a
This commit is contained in:
parent
09c4818beb
commit
dc03e6ce50
1 changed files with 9 additions and 7 deletions
|
@ -18106,14 +18106,16 @@ (define-public python-click-default-group
|
|||
(package
|
||||
(name "python-click-default-group")
|
||||
(version "1.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "click_default_group" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07i5w47lbihcb3cvs08vynz725z9skvhhzrarnk6qi8dxjckqgzb"))))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests in PyPI release
|
||||
(uri (git-reference
|
||||
(url "https://github.com/click-contrib/click-default-group")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06h12qwg0lhvxlgfm9768afibwp8j6r3r440v630a30bv0nkhngm"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #false)) ;there are none
|
||||
(propagated-inputs
|
||||
(list python-click))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue