mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jaraco-collections: Update to 5.2.1.
* gnu/packages/python-xyz.scm (python-jaraco-collections): Update to 5.2.1. [native-inputs]: Remove python-pytest-black, python-pytest-checkdocs, python-pytest-cov, python-pytest-enabler, and python-pytest-mypy; add python-setuptools-scm. Change-Id: Ia14a332e876e007961000e053768ed4cce3771d1
This commit is contained in:
parent
47c809c6b6
commit
b33d41f6e7
1 changed files with 10 additions and 14 deletions
|
@ -13980,29 +13980,25 @@ class constructs.")
|
||||||
(define-public python-jaraco-collections
|
(define-public python-jaraco-collections
|
||||||
(package
|
(package
|
||||||
(name "python-jaraco-collections")
|
(name "python-jaraco-collections")
|
||||||
(version "5.0.0")
|
(version "5.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jaraco.collections" version))
|
(uri (pypi-uri "jaraco_collections" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s7y3jr7c173k38pck1b17kxnvx2fl0qh9m9gdf64pr9kz8fi00n"))))
|
(base32 "1v8qza70spm4d822bm7wq3j2cyd33nqg2i87n99spw6np9q1kf6s"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Do not test pyproject.toml with python-pytest-checkdocs as it tries to
|
;; Do not test pyproject.toml with python-pytest-checkdocs as it tries to
|
||||||
;; download dependencies.
|
;; download dependencies.
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-flags '("-k" "not project")))
|
'(#:test-flags '("-k" "not project")))
|
||||||
(propagated-inputs (list python-jaraco-text))
|
(native-inputs
|
||||||
;; TODO: Add python-pytest-ruff to native-inputs once it has been
|
(list python-pytest
|
||||||
;; packaged.
|
python-setuptools
|
||||||
(native-inputs (list python-pytest
|
python-setuptools-scm
|
||||||
python-pytest-black
|
python-wheel))
|
||||||
python-pytest-checkdocs
|
(propagated-inputs
|
||||||
python-pytest-cov
|
(list python-jaraco-text))
|
||||||
python-pytest-enabler
|
|
||||||
python-pytest-mypy
|
|
||||||
python-setuptools
|
|
||||||
python-wheel))
|
|
||||||
(home-page "https://github.com/jaraco/jaraco.collections")
|
(home-page "https://github.com/jaraco/jaraco.collections")
|
||||||
(synopsis "Provides various collection objects")
|
(synopsis "Provides various collection objects")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue