diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:35:25 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:09 -0400 |
commit | 90e2ad11c7220327779c78672fea80421b179237 (patch) | |
tree | 6eb3302af0853d98bda8a11dea1fdcf7f02e1a08 | |
parent | 4a37995b04c7dbd46b40be5d342145b825b098e5 (diff) |
gnu: Remove ptpython-2.
* gnu/packages/python-xyz.scm (ptpython-2): Delete variable.
(ptpython)[properties]: Delete field.
-rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a8b1099470..b6a61f5e08 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |