mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
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:
committed by
Andreas Enge
parent
b4e490053e
commit
bfae897c0b
@@ -1759,6 +1759,31 @@ module with a few extra procedures.")
|
|||||||
"This package provides miscellaneous path functions for Python.")
|
"This package provides miscellaneous path functions for Python.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-jaraco-text
|
||||||
(package
|
(package
|
||||||
(name "python-jaraco-text")
|
(name "python-jaraco-text")
|
||||||
|
|||||||
@@ -14325,31 +14325,6 @@ enforced method signatures and consistent documentation.")
|
|||||||
releases.")
|
releases.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-jaraco-vcs
|
||||||
(package
|
(package
|
||||||
(name "python-jaraco-vcs")
|
(name "python-jaraco-vcs")
|
||||||
|
|||||||
Reference in New Issue
Block a user