gnu: python-pyjwt: Update to 1.4.0.
* gnu/packages/python.scm (python-pyjwt): Update to 1.4.0. [native-inputs]: Move python-setuptools here, add python-pytest-runner.master
parent
d50d097d58
commit
eb31d4b4f1
|
@ -2159,19 +2159,18 @@ somewhat intelligeble.")
|
||||||
(define-public python-pyjwt
|
(define-public python-pyjwt
|
||||||
(package
|
(package
|
||||||
(name "python-pyjwt")
|
(name "python-pyjwt")
|
||||||
(version "0.2.1")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "PyJWT" version))
|
||||||
"https://pypi.python.org/packages/source/P/PyJWT/PyJWT-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ahqblfy2sj3xz34wsa48cn9rp0dspzq56p54i5znmws3b8gml6g"))))
|
"1556v2jppd8mjkkj66pxb5rcazm35jq81r233mdl8hfmz9n3icp1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)
|
||||||
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; test suite doesn't work
|
'(#:tests? #f)) ; test suite doesn't work
|
||||||
(home-page "http://github.com/progrium/pyjwt")
|
(home-page "http://github.com/progrium/pyjwt")
|
||||||
|
|
Reference in New Issue