From bfae897c0b52635693b8a815e3bc5c3106e6e2e4 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 31 Oct 2025 09:32:33 +0100 Subject: gnu: python-jaraco-test: Move to (gnu packages python-build). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/python-build.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'gnu/packages/python-build.scm') diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index c1a8e265ed7..518fd6883f0 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -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") -- cgit v1.3