mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: ptpython: Update to 3.0.20.
* gnu/packages/python-xyz.scm (ptpython): Update to 3.0.20.
This commit is contained in:
parent
b4c5eb7a7c
commit
2e7ac36734
1 changed files with 5 additions and 5 deletions
|
@ -17724,13 +17724,13 @@ (define-public python-jedi
|
||||||
(define-public ptpython
|
(define-public ptpython
|
||||||
(package
|
(package
|
||||||
(name "ptpython")
|
(name "ptpython")
|
||||||
(version "3.0.17")
|
(version "3.0.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ptpython" version))
|
(uri (pypi-uri "ptpython" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1phk1grcvn456igjg8gwjjg8bf4kszddq5nd5sdlz3hslg62a7ci"))))
|
"1mjfyr5gwrs1qbizh6nki0nv6hahmg8mhhqxi1qc6pfa4znlrzga"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;there are no tests
|
`(#:tests? #f)) ;there are no tests
|
||||||
|
@ -17741,9 +17741,9 @@ (define-public ptpython
|
||||||
(synopsis "Python Read-Eval-Print-Loop with nice IDE-like features")
|
(synopsis "Python Read-Eval-Print-Loop with nice IDE-like features")
|
||||||
(description
|
(description
|
||||||
"ptpython is a Python read-eval-print loop with IDE-like features.
|
"ptpython is a Python read-eval-print loop with IDE-like features.
|
||||||
It supports syntax highlighting, multiline editing, autocompletion, mouse,
|
It supports syntax highlighting, multiline editing, autocompletion, mouse,
|
||||||
color schemes, bracketed paste, Vi and Emacs keybindings, Chinese characters
|
color schemes, bracketed paste, Vi and Emacs keybindings, Chinese characters
|
||||||
etc.")
|
etc.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-easyprocess
|
(define-public python-easyprocess
|
||||||
|
|
Loading…
Reference in a new issue