mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Remove python2-isort.
* gnu/packages/python-xyz.scm (python2-isort): Delete variable.
This commit is contained in:
parent
4ac9208922
commit
87ef43f015
1 changed files with 1 additions and 10 deletions
|
@ -20115,16 +20115,7 @@ builds partial trees by inspecting living objects.")
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue