diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-31 07:26:32 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:23 +0100 |
| commit | 5e28584000a50abec4cc7f905172c8ca1129ac18 (patch) | |
| tree | 27d6a3c09e257302e92cc68e491ede3cf4831603 /gnu/packages/python-build.scm | |
| parent | c75b9a5c9192b420ee9166c8f674ce8fb4d8262e (diff) | |
gnu: python-jaraco-classes: Move to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-jaraco-classes): Move from here…
* gnu/packages/python-build.scm (python-jaraco-classes): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap.
Change-Id: Ib3dce8be7938bc81d8363888662a19e66b94d8f7
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 e1797d9356f..30033482190 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -1433,6 +1433,31 @@ package from a wheel distribution. It provides basic functionality and | |||
| 1433 | abstractions for handling wheels and installing packages from wheels.") | 1433 | abstractions for handling wheels and installing packages from wheels.") |
| 1434 | (license license:expat))) | 1434 | (license license:expat))) |
| 1435 | 1435 | ||
| 1436 | (define-public python-jaraco-classes | ||
| 1437 | (package | ||
| 1438 | (name "python-jaraco-classes") | ||
| 1439 | (version "3.4.0") | ||
| 1440 | (source | ||
| 1441 | (origin | ||
| 1442 | (method url-fetch) | ||
| 1443 | (uri (pypi-uri "jaraco.classes" version)) | ||
| 1444 | (sha256 | ||
| 1445 | (base32 "1k9s7wxhsy15730qab8bry7kpgl4yk3wch45ikfw0f823nsj9827")))) | ||
| 1446 | (build-system pyproject-build-system) | ||
| 1447 | (arguments | ||
| 1448 | (list ; Do not test the myproject.toml build as it pulls dependencies. | ||
| 1449 | #:test-flags '(list "-k" "not project"))) | ||
| 1450 | (native-inputs | ||
| 1451 | (list python-pytest-bootstrap | ||
| 1452 | python-setuptools-bootstrap)) | ||
| 1453 | (propagated-inputs | ||
| 1454 | (list python-more-itertools)) | ||
| 1455 | (home-page "https://github.com/jaraco/jaraco.classes") | ||
| 1456 | (synopsis "Utility functions for Python class constructs") | ||
| 1457 | (description "This Python library contains utility functions for Python | ||
| 1458 | class constructs.") | ||
| 1459 | (license license:expat))) | ||
| 1460 | |||
| 1436 | (define-public python-pdm-backend | 1461 | (define-public python-pdm-backend |
| 1437 | (package | 1462 | (package |
| 1438 | (name "python-pdm-backend") | 1463 | (name "python-pdm-backend") |
