gnu: python-jaraco-test: Move to (gnu packages python-build).

* gnu/packages/python-xyz.scm (python-jaraco-test): Move from here…
* gnu/packages/python-build.scm (python-jaraco-test): …to here.

Change-Id: I0ae77cbdc492c60d48348981b042ad8bd9e1e963
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-10-31 09:32:33 +01:00 committed by Sharlatan Hellseher
parent 8b030027e3
commit 45009a046b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 25 additions and 25 deletions

View file

@ -1759,6 +1759,31 @@ module with a few extra procedures.")
"This package provides miscellaneous path functions for Python.")
(license license:expat)))
(define-public python-jaraco-test
(package
(name "python-jaraco-test")
(version "5.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jaraco_test" version))
(sha256
(base32 "0xfkly5w4i4npi4pq1g32y8q8iijkq4pfcfs8wcjhfn4amj6212c"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags '(list "-k" "http")))
(native-inputs
(list python-pytest-bootstrap
python-setuptools-bootstrap))
(propagated-inputs
(list python-jaraco-collections
python-jaraco-context
python-jaraco-functools))
(home-page "https://github.com/jaraco/jaraco.test")
(synopsis "Testing support by jaraco")
(description "This package provides testing support by jaraco.")
(license license:expat)))
(define-public python-jaraco-text
(package
(name "python-jaraco-text")

View file

@ -14287,31 +14287,6 @@ enforced method signatures and consistent documentation.")
releases.")
(license license:expat)))
(define-public python-jaraco-test
(package
(name "python-jaraco-test")
(version "5.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jaraco_test" version))
(sha256
(base32 "0xfkly5w4i4npi4pq1g32y8q8iijkq4pfcfs8wcjhfn4amj6212c"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags '(list "-k" "http")))
(native-inputs
(list python-pytest
python-setuptools))
(propagated-inputs
(list python-jaraco-collections
python-jaraco-context
python-jaraco-functools))
(home-page "https://github.com/jaraco/jaraco.test")
(synopsis "Testing support by jaraco")
(description "This package provides testing support by jaraco.")
(license license:expat)))
(define-public python-jaraco-vcs
(package
(name "python-jaraco-vcs")