gnu: python-pluggy: Update to 0.7.1.
* gnu/packages/python.scm (python-pluggy): Update to 0.7.1. [native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
This commit is contained in:
parent
fdf16a81b2
commit
27885fcc26
|
@ -7671,15 +7671,17 @@ library as well as on the command line.")
|
|||
(define-public python-pluggy
|
||||
(package
|
||||
(name "python-pluggy")
|
||||
(version "0.6.0")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pluggy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zqckndfn85l1cd8pndw212zg1bq9fkg1nnj32kp2mppppsyg2kz"))))
|
||||
"1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(synopsis "Plugin and hook calling mechanism for Python")
|
||||
(description "Pluggy is an extraction of the plugin manager as used by
|
||||
Pytest but stripped of Pytest specific details.")
|
||||
|
|
Loading…
Reference in New Issue