mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-legacy-api-wrap: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-legacy-api-wrap): Update to 1.4.1. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-coverage, python-hatch-vcs, python-hatchling, and python-pytest. [propagated-inputs]: Remove python-get-version, python-pytest, python-pytest-black, python-pytest-cov, and python-setuptools. Change-Id: I56ccdc6c9fd8b5e6bcbfcf9255f02949e8f1e705
This commit is contained in:
parent
2dc949d609
commit
9179247361
1 changed files with 9 additions and 7 deletions
|
@ -17365,18 +17365,20 @@ classes to wrap functions in a similar way, including a function decorator.")
|
|||
(define-public python-legacy-api-wrap
|
||||
(package
|
||||
(name "python-legacy-api-wrap")
|
||||
(version "1.2")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "legacy-api-wrap" version))
|
||||
(uri (pypi-uri "legacy_api_wrap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06qhp0g543dy98vpa41hwdalvdbsjfc3ldk474yr9sd75mhl8jh3"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-get-version python-pytest python-pytest-black
|
||||
python-pytest-cov python-setuptools))
|
||||
"1d5jyd8d2wxm6y0s39wwqw87gdm4zqlbyz78cf3yqbrim1xdch4w"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-coverage
|
||||
python-hatch-vcs
|
||||
python-hatchling
|
||||
python-pytest))
|
||||
(home-page "https://github.com/flying-sheep/legacy-api-wrap")
|
||||
(synopsis "Legacy API wrapper")
|
||||
(description "This module defines a decorator to wrap legacy APIs. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue