mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pluggy: Update to 1.5.0.
* gnu/packages/python-build.scm (python-pluggy): Update to 1.5.0. Fix indentation. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. [home-page]: Place above synopsis. Change-Id: I960e37277b16f4f36f121097cd4b64765b49064f
This commit is contained in:
parent
62f52b0e71
commit
1b577b8734
1 changed files with 19 additions and 16 deletions
|
@ -71,22 +71,25 @@ matching of file paths.")
|
||||||
|
|
||||||
(define-public python-pluggy
|
(define-public python-pluggy
|
||||||
(package
|
(package
|
||||||
(name "python-pluggy")
|
(name "python-pluggy")
|
||||||
(version "1.0.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pluggy" version))
|
(uri (pypi-uri "pluggy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1w8c3mpliqm9biqw75ci8cfj1x5pb6g5zwblqp27ijgxjj7aizrc"))))
|
||||||
"0n8iadlas2z1b4h0fc73b043c7iwfvx9rgvqm1azjmffmhxkf922"))))
|
(build-system python-build-system)
|
||||||
(build-system python-build-system)
|
(native-inputs
|
||||||
(native-inputs (list python-setuptools-scm))
|
(list python-setuptools
|
||||||
(synopsis "Plugin and hook calling mechanism for Python")
|
python-setuptools-scm
|
||||||
(description "Pluggy is an extraction of the plugin manager as used by
|
python-wheel))
|
||||||
Pytest but stripped of Pytest specific details.")
|
(home-page "https://pypi.org/project/pluggy/")
|
||||||
(home-page "https://pypi.org/project/pluggy/")
|
(synopsis "Plugin and hook calling mechanism for Python")
|
||||||
(license license:expat)))
|
(description
|
||||||
|
"Pluggy is an extraction of the plugin manager as used by Pytest but
|
||||||
|
stripped of Pytest specific details.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pluggy-next
|
(define-public python-pluggy-next
|
||||||
(package/inherit python-pluggy
|
(package/inherit python-pluggy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue