me
/
guix
Archived
1
0
Fork 0

gnu: Remove ptpython-2.

* gnu/packages/python-xyz.scm (ptpython-2): Delete variable.
(ptpython)[properties]: Delete field.
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
1 changed files with 1 additions and 7 deletions

View File

@ -18033,13 +18033,7 @@ as well.")
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