gnu: python-traitlets: Update to 5.1.1.
* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.1.1. [propagated-inputs]: Remove python-ipython-genutils, python-decorator, and python-six.
This commit is contained in:
parent
471f650498
commit
ce1746819b
@ -8735,21 +8735,19 @@ connect strings, then issue SQL commands within IPython or IPython Notebook.")
|
|||||||
(define-public python-traitlets
|
(define-public python-traitlets
|
||||||
(package
|
(package
|
||||||
(name "python-traitlets")
|
(name "python-traitlets")
|
||||||
(version "4.3.3")
|
(version "5.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "traitlets" version))
|
(uri (pypi-uri "traitlets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xsrwgivpkxlbr4dfndfsi098s29yqgswgjc1qqn69yxklvfw8yh"))))
|
"1ivhxglsrnhqw4g98ihddn7i5f6976gpk31fijwq473wb9n4b7q5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check (lambda _ (invoke "pytest" "-vv" "traitlets"))))))
|
(replace 'check (lambda _ (invoke "pytest" "-vv" "traitlets"))))))
|
||||||
(propagated-inputs
|
|
||||||
(list python-ipython-genutils python-decorator python-six))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest))
|
(list python-pytest))
|
||||||
(home-page "https://ipython.org")
|
(home-page "https://ipython.org")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user