mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06: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:
parent
8b030027e3
commit
45009a046b
2 changed files with 25 additions and 25 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue