~ruther/guix-local

79b1167f7421cff1c3b609368e652b41a5b2ddde — Sharlatan Hellseher 8 months ago 5f29410
gnu: python-jaraco-functools: Update to 4.2.1.

* gnu/packages/python-xyz.scm (python-jaraco-functools): Update to 4.2.1.
[native-inputs]: Remove python-pytest-black, python-pytest-checkdocs,
python-pytest-cov, python-pytest-flake8, and python-pytest-mypy.

Change-Id: I4d907eef57b42fefa29872497e5bbed35341a3e6
1 files changed, 3 insertions(+), 8 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -8
@@ 14039,13 14039,13 @@ procedures.")
(define-public python-jaraco-functools
  (package
    (name "python-jaraco-functools")
    (version "3.5.0")
    (version "4.2.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "jaraco.functools" version))
       (uri (pypi-uri "jaraco_functools" version))
       (sha256
        (base32 "186xqzs3bqhjwajnprxy3sc3h0w5vdld8spc1dxjnn9720yykq1i"))))
        (base32 "0lvk12qbl5zd1ikr6xzflj1jcs3vwgmwgy2k63x5dkmbrjzllqxy"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:tests? (not (%current-target-system))


@@ 14057,11 14057,6 @@ procedures.")
    (native-inputs
     (list python-jaraco-classes
           python-pytest
           python-pytest-black
           python-pytest-checkdocs
           python-pytest-cov
           python-pytest-flake8
           python-pytest-mypy
           python-setuptools
           python-setuptools-scm
           python-wheel))