diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-01 08:40:06 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:56 +0100 |
| commit | 933c9ecb6250121c78943beeb260b9b5fcd404d0 (patch) | |
| tree | 038872c514cd5392cc6823326a99c5192165747a /gnu/packages/python-build.scm | |
| parent | 5a4c954f63351e39778bc083aee19c963daa1167 (diff) | |
gnu: Add python-setuptools-79.
* gnu/packages/python-build.scm (python-setuptools-79): New variable.
Change-Id: I4a20b5e1fc9a40749b56d193b50b823ba75cba86
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index e5bc27e901c..4b07344eee4 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -392,6 +392,19 @@ facilitate packaging Python projects, where packaging includes: | |||
| 392 | (native-inputs | 392 | (native-inputs |
| 393 | (list python-wheel-0.40)))) | 393 | (list python-wheel-0.40)))) |
| 394 | 394 | ||
| 395 | (define-public python-setuptools-79 | ||
| 396 | (package | ||
| 397 | (inherit python-setuptools) | ||
| 398 | (name "python-setuptools") | ||
| 399 | (version "79.0.1") | ||
| 400 | (source | ||
| 401 | (origin | ||
| 402 | (inherit (package-source python-setuptools)) | ||
| 403 | (method url-fetch) | ||
| 404 | (uri (pypi-uri "setuptools" version)) | ||
| 405 | (sha256 | ||
| 406 | (base32 "127svm8cdpvmq37gcrbvdr9fhrhs0nscnzh63gypjc1wyfwfg30j")))))) | ||
| 407 | |||
| 395 | (define-deprecated/public-alias python-setuptools-next | 408 | (define-deprecated/public-alias python-setuptools-next |
| 396 | python-setuptools) ;may be removed after 2025-12-01 | 409 | python-setuptools) ;may be removed after 2025-12-01 |
| 397 | 410 | ||
