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:
Maxim Cournoyer 2022-05-13 13:48:19 -04:00
parent 6fedf5c5b0
commit affa792b5e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")