mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
e99700a5ce
commit
21d53f6309
1 changed files with 3 additions and 8 deletions
|
@ -14063,13 +14063,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))
|
||||
|
@ -14081,11 +14081,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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue