gnu: python2-isort: Remove package.

* gnu/packages/python-xyz.scm (python-isort)[properties]: Remove field.
(python2-isort): Delete variable.
This commit is contained in:
Maxim Cournoyer 2021-01-14 14:13:58 -05:00
parent 9ea2fbd60d
commit 762b9fe7be
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -15450,16 +15450,7 @@ (define-public python-isort
imports alphabetically, and automatically separated into sections. It
provides a command line utility, a python library and plugins for various
editors.")
(license license:expat)
(properties `((python2-variant . ,(delay python2-isort))))))
(define-public python2-isort
(let ((base (package-with-python2
(strip-python2-variant python-isort))))
(package (inherit base)
(native-inputs
`(("python2-futures" ,python2-futures)
,@(package-native-inputs base))))))
(license license:expat)))
(define-public python2-backports-functools-lru-cache
(package