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:
Marius Bakke 2018-08-20 00:12:45 +02:00
parent fdf16a81b2
commit 27885fcc26
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 2 deletions

View File

@ -7671,15 +7671,17 @@ library as well as on the command line.")
(define-public python-pluggy (define-public python-pluggy
(package (package
(name "python-pluggy") (name "python-pluggy")
(version "0.6.0") (version "0.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pluggy" version)) (uri (pypi-uri "pluggy" version))
(sha256 (sha256
(base32 (base32
"1zqckndfn85l1cd8pndw212zg1bq9fkg1nnj32kp2mppppsyg2kz")))) "1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs
`(("python-setuptools-scm" ,python-setuptools-scm)))
(synopsis "Plugin and hook calling mechanism for Python") (synopsis "Plugin and hook calling mechanism for Python")
(description "Pluggy is an extraction of the plugin manager as used by (description "Pluggy is an extraction of the plugin manager as used by
Pytest but stripped of Pytest specific details.") Pytest but stripped of Pytest specific details.")