Archived
1
0
Fork 0

gnu: python-extras: Update to 1.0.0.

* gnu/packages/python.scm (python-extras): Update to 1.0.0.
[source](uri): Use PYPI-URI.
This commit is contained in:
Marius Bakke 2018-02-27 18:20:07 +01:00
parent bc69104a44
commit 881ed3f868
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1500,19 +1500,17 @@ software.")
(define-public python-extras (define-public python-extras
(package (package
(name "python-extras") (name "python-extras")
(version "0.0.3") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "extras" version))
"https://pypi.python.org/packages/source/e/extras/extras-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1h7zx4dfyclalg0fqnfjijpn0f793a9mx8sy3b27gd31nr6dhq3s")))) "0khvm08rcwm62wc47j8niyl6h13f8w51c8669ifivjdr23g3cbhk"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; error in setup.cfg: command 'test' has no such option 'buffer' ;; FIXME: Circular dependency on testtools.
'(#:tests? #f)) '(#:tests? #f))
(home-page "https://github.com/testing-cabal/extras") (home-page "https://github.com/testing-cabal/extras")
(synopsis "Useful extensions to the Python standard library") (synopsis "Useful extensions to the Python standard library")