summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm36
1 files changed, 0 insertions, 36 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d0de0dbd7c1..3e2cc34092c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26498,42 +26498,6 @@ events on Linux.")
26498 "This package provides, in addition to the @code{pyinotify} Python library, 26498 "This package provides, in addition to the @code{pyinotify} Python library,
26499a command line application exposing the same functionality."))) 26499a command line application exposing the same functionality.")))
26500 26500
26501(define-public python-more-itertools
26502 (package
26503 (name "python-more-itertools")
26504 (version "10.6.0")
26505 (source
26506 (origin
26507 (method url-fetch)
26508 (uri (pypi-uri "more-itertools" version))
26509 (sha256
26510 (base32
26511 "0fzfnfga0jdx217kff57lx3pam76162i0dd0nsgwqccw038zmmrc"))
26512 (snippet
26513 ;; distutils.errors.DistutilsOptionError: No configuration found for
26514 ;; dynamic 'description'. Some dynamic fields need to be specified via
26515 ;; `tool.setuptools.dynamic`others must be specified via the equivalent
26516 ;; attribute in `setup.py`.
26517 '(delete-file "setup.py"))))
26518 (build-system pyproject-build-system)
26519 (arguments
26520 (list
26521 #:phases
26522 #~(modify-phases %standard-phases
26523 (replace 'check
26524 (lambda* (#:key tests? #:allow-other-keys)
26525 (when tests?
26526 (invoke "python" "-m" "unittest")))))))
26527 (native-inputs
26528 (list python-flit-core))
26529 (home-page "https://github.com/erikrose/more-itertools")
26530 (synopsis "More routines for operating on iterables, beyond itertools")
26531 (description "Python's built-in @code{itertools} module implements a
26532number of iterator building blocks inspired by constructs from APL, Haskell,
26533and SML. @code{more-itertools} includes additional building blocks for
26534working with iterables.")
26535 (license license:expat)))
26536
26537(define-public python-latex2pydata 26501(define-public python-latex2pydata
26538 (package 26502 (package
26539 (name "python-latex2pydata") 26503 (name "python-latex2pydata")