From 90e2ad11c7220327779c78672fea80421b179237 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 22:35:25 -0400 Subject: gnu: Remove ptpython-2. * gnu/packages/python-xyz.scm (ptpython-2): Delete variable. (ptpython)[properties]: Delete field. --- gnu/packages/python-xyz.scm | 8 +------- 1 file changed, 1 insertion(+), 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 -- cgit 1.4.1