diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-31 07:27:06 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:23 +0100 |
| commit | c6229d20692279e4aebc750a081b094c647a87ff (patch) | |
| tree | fd2882f01688ff12f842a7d462762bf326b43ebd /gnu/packages/python-build.scm | |
| parent | 5e28584000a50abec4cc7f905172c8ca1129ac18 (diff) | |
gnu: python-jaraco-context: Move to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-jaraco-context): Move from here…
* gnu/packages/python-build.scm (python-jaraco-context): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap. Remove python-wheel.
Change-Id: Idd1376ae78b19876ea15149b4f51f31684cbd931
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 30033482190..0d3f039e410 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -1458,6 +1458,30 @@ abstractions for handling wheels and installing packages from wheels.") | |||
| 1458 | class constructs.") | 1458 | class constructs.") |
| 1459 | (license license:expat))) | 1459 | (license license:expat))) |
| 1460 | 1460 | ||
| 1461 | (define-public python-jaraco-context | ||
| 1462 | (package | ||
| 1463 | (name "python-jaraco-context") | ||
| 1464 | (version "6.0.1") | ||
| 1465 | (source | ||
| 1466 | (origin | ||
| 1467 | (method url-fetch) | ||
| 1468 | (uri (pypi-uri "jaraco_context" version)) | ||
| 1469 | (sha256 | ||
| 1470 | (base32 "1cyija3n4481r1ykxdx342m07lrfyg4ygbn0in9i82yganjlxblv")))) | ||
| 1471 | (build-system pyproject-build-system) | ||
| 1472 | (arguments | ||
| 1473 | (list #:tests? #f)) ;no tests in PyPI archive and Git checkout | ||
| 1474 | (native-inputs | ||
| 1475 | (list python-setuptools-bootstrap | ||
| 1476 | python-setuptools-scm-bootstrap)) | ||
| 1477 | (propagated-inputs | ||
| 1478 | (list python-backports-tarfile)) | ||
| 1479 | (home-page "https://github.com/jaraco/jaraco.context") | ||
| 1480 | (synopsis "Context managers Python library") | ||
| 1481 | (description | ||
| 1482 | "This Python library provides context managers-related procedures.") | ||
| 1483 | (license license:expat))) | ||
| 1484 | |||
| 1461 | (define-public python-pdm-backend | 1485 | (define-public python-pdm-backend |
| 1462 | (package | 1486 | (package |
| 1463 | (name "python-pdm-backend") | 1487 | (name "python-pdm-backend") |
