mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-click-repl: Update to 0.3.0-0.9a05fe9.
* gnu/packages/python-xyz.scm (python-click-repl): Update to 9a05fe9e58f768ce446f2777d13b4162211131e0 commit. [propagated-inputs]: Remove python-click; add python-click-8.1. [native-inputs]: Remove python-wheel. Change-Id: Ia9fccd250c8a6a4bd38fce87e1847bbd95f34adc
This commit is contained in:
@@ -9775,22 +9775,29 @@ decorator for retrying on exceptions.")
|
||||
(define-public python-click-repl
|
||||
(package
|
||||
(name "python-click-repl")
|
||||
(version "0.3.0")
|
||||
;; To support Python 3.12, see:
|
||||
;; <https://github.com/click-contrib/click-repl/issues/128>.
|
||||
(properties '((commit . "9a05fe9e58f768ce446f2777d13b4162211131e0")
|
||||
(revision . "0")))
|
||||
(version (git-version "0.3.0"
|
||||
(assoc-ref properties 'revision)
|
||||
(assoc-ref properties 'commit)))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests in PyPI release
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/click-contrib/click-repl")
|
||||
(commit version)))
|
||||
(url "https://github.com/click-contrib/click-repl")
|
||||
(commit (assoc-ref properties 'commit))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08asy80wdplbrfff7q7qb9k3kkaw5jxqvy9jnkfvsqy3831zf964"))))
|
||||
(base32 "0kyk3cj4wdckk1sdx0bk19r59sa5bs5s6npx0a99lhsyd92xiv77"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-click python-prompt-toolkit))
|
||||
(list python-click-8.1
|
||||
python-prompt-toolkit))
|
||||
(home-page "https://github.com/click-contrib/click-repl")
|
||||
(synopsis "REPL plugin for Click")
|
||||
(description "This package provides a REPL plugin for Click.")
|
||||
|
||||
Reference in New Issue
Block a user