mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python2-isort: Remove package.
* gnu/packages/python-xyz.scm (python-isort)[properties]: Remove field. (python2-isort): Delete variable.
This commit is contained in:
parent
9ea2fbd60d
commit
762b9fe7be
1 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue