mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove python2-more-itertools.
* gnu/packages/python-xyz.scm (python2-more-itertools): Delete variable. (python-jsonpatch)[properties]: Delete field.
This commit is contained in:
parent
6fedf5c5b0
commit
affa792b5e
1 changed files with 0 additions and 18 deletions
|
@ -21091,26 +21091,8 @@ (define-public python-more-itertools
|
|||
number of iterator building blocks inspired by constructs from APL, Haskell,
|
||||
and SML. @code{more-itertools} includes additional building blocks for
|
||||
working with iterables.")
|
||||
(properties `((python2-variant . ,(delay python2-more-itertools))))
|
||||
(license license:expat)))
|
||||
|
||||
;; The 5.x series are the last versions supporting Python 2.7.
|
||||
(define-public python2-more-itertools
|
||||
(package
|
||||
(inherit python-more-itertools)
|
||||
(name "python2-more-itertools")
|
||||
(version "5.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "more-itertools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r12cm6mcdwdzz7d47a6g4l437xsvapdlgyhqay3i2nrlv03da9q"))))
|
||||
(arguments
|
||||
`(#:python ,python-2))
|
||||
(propagated-inputs
|
||||
`(("python2-six" ,python2-six-bootstrap)))))
|
||||
|
||||
(define-public python-latexcodec
|
||||
(package
|
||||
(name "python-latexcodec")
|
||||
|
|
Loading…
Reference in a new issue