gnu: Remove ptpython-2.
* gnu/packages/python-xyz.scm (ptpython-2): Delete variable. (ptpython)[properties]: Delete field.
This commit is contained in:
parent
4a37995b04
commit
90e2ad11c7
1 changed files with 1 additions and 7 deletions
|
@ -18033,13 +18033,7 @@ as well.")
|
||||||
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)))
|
||||||
(properties `((python2-variant . ,(delay ptpython-2))))))
|
|
||||||
|
|
||||||
(define-public ptpython-2
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant ptpython))))
|
|
||||||
(package/inherit base
|
|
||||||
(name "ptpython2"))))
|
|
||||||
|
|
||||||
(define-public python-easyprocess
|
(define-public python-easyprocess
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue