gnu: ptpython: Update to 3.0.17.
* gnu/packages/python-xyz.scm (ptpython): Update to 3.0.17. [propagated-inputs]: Add python-black. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
5502bf9a9b
commit
0654e43172
|
@ -15340,18 +15340,19 @@ well.")
|
||||||
(define-public ptpython
|
(define-public ptpython
|
||||||
(package
|
(package
|
||||||
(name "ptpython")
|
(name "ptpython")
|
||||||
(version "3.0.5")
|
(version "3.0.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ptpython" version))
|
(uri (pypi-uri "ptpython" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c2ry5gwi2v99slna62j8r2bwq0hpzmvgdryqg9m6x57vbjfg52h"))))
|
"1phk1grcvn456igjg8gwjjg8bf4kszddq5nd5sdlz3hslg62a7ci"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; FIXME: No tests in pypi tarball.
|
`(#:tests? #f)) ;there are no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-appdirs" ,python-appdirs)
|
`(("python-appdirs" ,python-appdirs)
|
||||||
|
("python-black" ,python-black)
|
||||||
("python-jedi" ,python-jedi)
|
("python-jedi" ,python-jedi)
|
||||||
("python-prompt-toolkit" ,python-prompt-toolkit)
|
("python-prompt-toolkit" ,python-prompt-toolkit)
|
||||||
("python-pygments" ,python-pygments)))
|
("python-pygments" ,python-pygments)))
|
||||||
|
|
Reference in New Issue