gnu: Remove ptpython-2.

* gnu/packages/python-xyz.scm (ptpython-2): Delete variable.
(ptpython)[properties]: Delete field.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:35:25 -04:00
parent 4a37995b04
commit 90e2ad11c7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -18033,13 +18033,7 @@ (define-public ptpython
It supports syntax highlighting, multiline editing, autocompletion, mouse,
color schemes, bracketed paste, Vi and Emacs keybindings, Chinese characters
etc.")
(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"))))
(license license:bsd-3)))
(define-public python-easyprocess
(package