mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-deprecated: Update to 1.3.1.
* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.3.1. [native-inputs]: Remove python-wheel. Change-Id: Ib50d7108cfc341b67bceeea417c86bdf1b542c5a
This commit is contained in:
parent
0491fe9268
commit
a0ae54e694
1 changed files with 9 additions and 8 deletions
|
|
@ -9462,25 +9462,26 @@ increment. It also creates commits and tags.")
|
||||||
(define-public python-deprecated
|
(define-public python-deprecated
|
||||||
(package
|
(package
|
||||||
(name "python-deprecated")
|
(name "python-deprecated")
|
||||||
(version "1.2.14")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tantale/deprecated")
|
(url "https://github.com/tantale/deprecated")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "07rppvppxwnlf4pgaci5nd1sqfv1i0jxabm76axsbcaf2rlpsq6n"))))
|
||||||
"0knjsacv0r4gyz6ngjn3ih6352yz05r63ll73y2cg162bzcak48z"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-wrapt))
|
(list python-wrapt))
|
||||||
(native-inputs
|
|
||||||
(list python-pytest python-setuptools python-wheel))
|
|
||||||
(home-page "https://github.com/tantale/deprecated")
|
(home-page "https://github.com/tantale/deprecated")
|
||||||
(synopsis "Python decorator to deprecate classes, functions or methods")
|
(synopsis "Python decorator to deprecate classes, functions or methods")
|
||||||
(description "The @code{deprecated} decorator provides a convenient way to deprecate
|
(description
|
||||||
|
"The @code{deprecated} decorator provides a convenient way to deprecate
|
||||||
to deprecate classes, functions or methods.")
|
to deprecate classes, functions or methods.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue