mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-more-itertools: Update to 10.6.0.
* gnu/packages/python-xyz.scm (python-more-itertools-next): Rename this variable... (python-more-itertools): ...to this; update to 10.6.0. [propagated-inputs]: Remove python-six. * gnu/packages/astronomy.scm (python-yt)[propagated-inputs]: Replace python-more-itertools-next with python-more-itertools. Change-Id: I2fef91f87afde2b2659dd25b831fb13b4c118454
This commit is contained in:
parent
314ef4ccd8
commit
31fe58bb38
2 changed files with 10 additions and 30 deletions
|
@ -6585,7 +6585,7 @@ using (multivariate) polynomials.")
|
||||||
python-ewah-bool-utils
|
python-ewah-bool-utils
|
||||||
python-ipywidgets
|
python-ipywidgets
|
||||||
python-matplotlib
|
python-matplotlib
|
||||||
python-more-itertools-next
|
python-more-itertools
|
||||||
python-numpy
|
python-numpy
|
||||||
python-packaging
|
python-packaging
|
||||||
python-pillow
|
python-pillow
|
||||||
|
|
|
@ -28353,42 +28353,17 @@ interpreter. bpython's main features are
|
||||||
file system events on Linux.")
|
file system events on Linux.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
||||||
(define-public python-more-itertools
|
(define-public python-more-itertools
|
||||||
(package
|
(package
|
||||||
(name "python-more-itertools")
|
(name "python-more-itertools")
|
||||||
(version "8.2.0")
|
(version "10.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "more-itertools" version))
|
(uri (pypi-uri "more-itertools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01x5nwm1zxmnd06cllbdd095xxc2nd25ing1a726m2kd30rbkpdi"))))
|
"0fzfnfga0jdx217kff57lx3pam76162i0dd0nsgwqccw038zmmrc"))
|
||||||
(build-system python-build-system)
|
|
||||||
(home-page "https://github.com/erikrose/more-itertools")
|
|
||||||
(synopsis "More routines for operating on iterables, beyond itertools")
|
|
||||||
(description "Python's built-in @code{itertools} module implements a
|
|
||||||
number of iterator building blocks inspired by constructs from APL, Haskell,
|
|
||||||
and SML. @code{more-itertools} includes additional building blocks for
|
|
||||||
working with iterables.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
;; Needed for python-yt, older version fails with exception: E ImportError:
|
|
||||||
;; cannot import name 'mark_ends' from 'more_itertools'
|
|
||||||
;; (<...>more_itertools/__init__.py)
|
|
||||||
(define-public python-more-itertools-next
|
|
||||||
(package
|
|
||||||
(inherit python-more-itertools)
|
|
||||||
(name "python-more-itertools")
|
|
||||||
(version "10.2.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "more-itertools" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1q9rq9g026m4wl6ki2q8pw7xbc02vl34qqw702h9jgixqj0b9k4g"))
|
|
||||||
(snippet
|
(snippet
|
||||||
;; distutils.errors.DistutilsOptionError: No configuration found for
|
;; distutils.errors.DistutilsOptionError: No configuration found for
|
||||||
;; dynamic 'description'. Some dynamic fields need to be specified via
|
;; dynamic 'description'. Some dynamic fields need to be specified via
|
||||||
|
@ -28406,8 +28381,13 @@ working with iterables.")
|
||||||
(invoke "python" "-m" "unittest")))))))
|
(invoke "python" "-m" "unittest")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flit-core))
|
(list python-flit-core))
|
||||||
(propagated-inputs
|
(home-page "https://github.com/erikrose/more-itertools")
|
||||||
(list python-six))))
|
(synopsis "More routines for operating on iterables, beyond itertools")
|
||||||
|
(description "Python's built-in @code{itertools} module implements a
|
||||||
|
number of iterator building blocks inspired by constructs from APL, Haskell,
|
||||||
|
and SML. @code{more-itertools} includes additional building blocks for
|
||||||
|
working with iterables.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-latexcodec
|
(define-public python-latexcodec
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue