diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-31 09:32:33 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:24 +0100 |
| commit | bfae897c0b52635693b8a815e3bc5c3106e6e2e4 (patch) | |
| tree | 8a6e2e3d4f94bedad960fe36100a0ee5f5fe87db /gnu/packages/python-build.scm | |
| parent | b4e490053e82f80e329cd6d51ea7aa0763d1a54b (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 25 |
1 files changed, 25 insertions, 0 deletions
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.") | |||
| 1759 | "This package provides miscellaneous path functions for Python.") | 1759 | "This package provides miscellaneous path functions for Python.") |
| 1760 | (license license:expat))) | 1760 | (license license:expat))) |
| 1761 | 1761 | ||
| 1762 | (define-public python-jaraco-test | ||
| 1763 | (package | ||
| 1764 | (name "python-jaraco-test") | ||
| 1765 | (version "5.5.1") | ||
| 1766 | (source | ||
| 1767 | (origin | ||
| 1768 | (method url-fetch) | ||
| 1769 | (uri (pypi-uri "jaraco_test" version)) | ||
| 1770 | (sha256 | ||
| 1771 | (base32 "0xfkly5w4i4npi4pq1g32y8q8iijkq4pfcfs8wcjhfn4amj6212c")))) | ||
| 1772 | (build-system pyproject-build-system) | ||
| 1773 | (arguments | ||
| 1774 | (list #:test-flags '(list "-k" "http"))) | ||
| 1775 | (native-inputs | ||
| 1776 | (list python-pytest-bootstrap | ||
| 1777 | python-setuptools-bootstrap)) | ||
| 1778 | (propagated-inputs | ||
| 1779 | (list python-jaraco-collections | ||
| 1780 | python-jaraco-context | ||
| 1781 | python-jaraco-functools)) | ||
| 1782 | (home-page "https://github.com/jaraco/jaraco.test") | ||
| 1783 | (synopsis "Testing support by jaraco") | ||
| 1784 | (description "This package provides testing support by jaraco.") | ||
| 1785 | (license license:expat))) | ||
| 1786 | |||
| 1762 | (define-public python-jaraco-text | 1787 | (define-public python-jaraco-text |
| 1763 | (package | 1788 | (package |
| 1764 | (name "python-jaraco-text") | 1789 | (name "python-jaraco-text") |
