mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jaraco-text: Update to 4.0.0.
* gnu/packages/python-xyz.scm (python-jaraco-text): Update to 4.0.0. [native-inputs]: Remove python-pytest-black, python-pytest-checkdocs, python-pytest-cov, python-pytest-enabler, python-pytest-mypy, and python-wheel; add python-setuptools-scm. Change-Id: Id7eb420628fd4c7b76f4c28eda88d44d323cd9b7
This commit is contained in:
parent
8b93935337
commit
f987f2f4d9
1 changed files with 13 additions and 16 deletions
|
@ -14134,31 +14134,28 @@ releases.")
|
||||||
(define-public python-jaraco-text
|
(define-public python-jaraco-text
|
||||||
(package
|
(package
|
||||||
(name "python-jaraco-text")
|
(name "python-jaraco-text")
|
||||||
(version "3.12.0")
|
(version "4.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jaraco.text" version))
|
(uri (pypi-uri "jaraco_text" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0b2rmx0sa61f75lkkr4nfaj3mkgmn3x9c1akpwarfbmksk42b7iq"))))
|
(base32 "1c0dy5jvhigcyryi2h8n1m87dnhyxr7w01n9shwzkdlslv7gwwav"))))
|
||||||
(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-autocommand python-inflect
|
(native-inputs
|
||||||
python-jaraco-context python-jaraco-functools
|
(list python-pytest
|
||||||
python-more-itertools))
|
|
||||||
;; TODO: Add python-pytest-ruff to native-inputs once it has been
|
|
||||||
;; packaged.
|
|
||||||
(native-inputs (list python-pytest
|
|
||||||
python-pytest-black
|
|
||||||
python-pytest-checkdocs
|
|
||||||
python-pytest-cov
|
|
||||||
python-pytest-enabler
|
|
||||||
python-pytest-mypy
|
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel))
|
python-setuptools-scm))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-autocommand
|
||||||
|
python-inflect
|
||||||
|
python-jaraco-context
|
||||||
|
python-jaraco-functools
|
||||||
|
python-more-itertools))
|
||||||
(home-page "https://github.com/jaraco/jaraco.text")
|
(home-page "https://github.com/jaraco/jaraco.text")
|
||||||
(synopsis "Provides various routines for text manipulation")
|
(synopsis "Provides various routines for text manipulation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue