gnu: python-subunit: Update to 1.2.0.

* gnu/packages/check.scm (python-subunit): Update to 1.2.0.
[source](uri): Use PYPI-URI.
[propagated-inputs]: Remove PYTHON-MIMEPARSE.  Add PYTHON-TESTTOOLS.
[native-inputs]: Add PYTHON-FIXTURES and PYTHON-TESTSCENARIOS.
master
Marius Bakke 2018-02-27 16:37:38 +01:00
parent 335c9e3902
commit 151f32a74b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 7 additions and 7 deletions

View File

@ -936,22 +936,22 @@ use of resources by test cases.")
(define-public python-subunit (define-public python-subunit
(package (package
(name "python-subunit") (name "python-subunit")
(version "0.0.21") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri name version))
"https://pypi.python.org/packages/source/p/python-subunit/python-subunit-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1nkw9wfbvizmpajbj3in8ns07g7lwkiv8hip14jjlwk3cacls6jv")))) "1yii2gx3z6323as3iraj1yphj76dy7i3h6kj63pnc5y0hwjs5sgx"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-extras" ,python-extras) `(("python-extras" ,python-extras)
("python-mimeparse" ,python-mimeparse))) ("python-testtools" ,python-testtools)))
(native-inputs (native-inputs
`(("python-testscenarios" ,python-testscenarios))) `(("python-fixtures" ,python-fixtures-bootstrap)
("python-hypothesis" ,python-hypothesis)
("python-testscenarios" ,python-testscenarios)))
(home-page "http://launchpad.net/subunit") (home-page "http://launchpad.net/subunit")
(synopsis "Python implementation of the subunit protocol") (synopsis "Python implementation of the subunit protocol")
(description (description