diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-09-29 10:46:14 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 13:22:59 +0100 |
| commit | fa96bd8d1314dca6d36f9be34bf59ddf10147c2b (patch) | |
| tree | cdb30869303ccc953f85daaf7c4d0197e15ce90f /gnu | |
| parent | 8e69a0352743dfd9434f6de823543c02c1219bc2 (diff) | |
gnu: python-setuptools-next: Mark as deprecated.
Replace all python-setuptools-next occurrences with python-setuptools.
* gnu/packages/python-build.scm (python-setuptools-next):
Mark as a deprecated public alias.
* gnu/packages/astronomy.scm (python-asdf-coordinates-schemas,
python-asdf-standard, python-jplephem, python-rad)
[native-inputs]: Replace python-setuptools-next
with python-setuptools.
* python-crypto.scm (python-ed25519) [native-inputs]:
Replace python-setuptools-next with python-setuptools.
* gnu/packages/qt.scm (python-sip) [native-inputs, propagated-inputs]:
Replace python-setuptools-next with python-setuptools.
(python-pyqt-builder) [native-inputs]:
Replace python-setuptools-next with python-setuptools.
* gnu/packages/textutils.scm (cobib) [native-inputs]:
Replace python-setuptools-next with python-setuptools.
Change-Id: I5f2d7ec8c62dc0fa0855c5eb64a4f87579d188eb
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 8 | ||||
| -rw-r--r-- | gnu/packages/python-build.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/qt.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/textutils.scm | 2 |
5 files changed, 11 insertions, 10 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0087934c023..747c0ec1990 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -2273,7 +2273,7 @@ support for reading and writing various compression algorithms including: | |||
| 2273 | (native-inputs | 2273 | (native-inputs |
| 2274 | (list python-pytest | 2274 | (list python-pytest |
| 2275 | python-pytest-xdist | 2275 | python-pytest-xdist |
| 2276 | python-setuptools-next | 2276 | python-setuptools |
| 2277 | python-setuptools-scm | 2277 | python-setuptools-scm |
| 2278 | python-wheel)) | 2278 | python-wheel)) |
| 2279 | (propagated-inputs | 2279 | (propagated-inputs |
| @@ -2304,7 +2304,7 @@ implementation package such as asdf-astropy.") | |||
| 2304 | python-pytest | 2304 | python-pytest |
| 2305 | python-pytest-asdf-plugin | 2305 | python-pytest-asdf-plugin |
| 2306 | python-pyyaml | 2306 | python-pyyaml |
| 2307 | python-setuptools-next | 2307 | python-setuptools |
| 2308 | python-setuptools-scm)) | 2308 | python-setuptools-scm)) |
| 2309 | (home-page "https://asdf-standard.readthedocs.io/") | 2309 | (home-page "https://asdf-standard.readthedocs.io/") |
| 2310 | (synopsis "ASDF standard schemas") | 2310 | (synopsis "ASDF standard schemas") |
| @@ -5093,7 +5093,7 @@ satellite.") | |||
| 5093 | (with-directory-excursion "ci" | 5093 | (with-directory-excursion "ci" |
| 5094 | (invoke "python" "-m" "unittest" "test")))))))) | 5094 | (invoke "python" "-m" "unittest" "test")))))))) |
| 5095 | (native-inputs | 5095 | (native-inputs |
| 5096 | (list python-setuptools-next)) | 5096 | (list python-setuptools)) |
| 5097 | (propagated-inputs | 5097 | (propagated-inputs |
| 5098 | (list python-numpy)) | 5098 | (list python-numpy)) |
| 5099 | (home-page "https://github.com/brandon-rhodes/python-jplephem") | 5099 | (home-page "https://github.com/brandon-rhodes/python-jplephem") |
| @@ -7054,7 +7054,7 @@ wiggles are caused by resampling noise or aliasing artifacts.") | |||
| 7054 | python-pytest-asdf-plugin | 7054 | python-pytest-asdf-plugin |
| 7055 | python-pytest-doctestplus | 7055 | python-pytest-doctestplus |
| 7056 | python-semantic-version | 7056 | python-semantic-version |
| 7057 | python-setuptools-next | 7057 | python-setuptools |
| 7058 | python-setuptools-scm)) | 7058 | python-setuptools-scm)) |
| 7059 | (propagated-inputs | 7059 | (propagated-inputs |
| 7060 | (list python-asdf | 7060 | (list python-asdf |
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index ed903209f93..4f0302d1746 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -350,7 +350,8 @@ facilitate packaging Python projects, where packaging includes: | |||
| 350 | (native-inputs | 350 | (native-inputs |
| 351 | (list python-wheel-0.40)))) | 351 | (list python-wheel-0.40)))) |
| 352 | 352 | ||
| 353 | (define-public python-setuptools-next python-setuptools) | 353 | (define-deprecated/public-alias python-setuptools-next |
| 354 | python-setuptools) ;may be removed after 2025-12-01 | ||
| 354 | 355 | ||
| 355 | (define-public python-wheel | 356 | (define-public python-wheel |
| 356 | (package | 357 | (package |
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index b20bec061fd..938fe82480f 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -627,7 +627,7 @@ OpenSSL library.") | |||
| 627 | (replace 'check | 627 | (replace 'check |
| 628 | (lambda* (#:key tests? #:allow-other-keys) | 628 | (lambda* (#:key tests? #:allow-other-keys) |
| 629 | (when tests? (invoke "python" "test_ed25519_kat.py"))))))) | 629 | (when tests? (invoke "python" "test_ed25519_kat.py"))))))) |
| 630 | (native-inputs (list python-setuptools-next)) | 630 | (native-inputs (list python-setuptools)) |
| 631 | (home-page "https://github.com/warner/python-ed25519") | 631 | (home-page "https://github.com/warner/python-ed25519") |
| 632 | (synopsis "Ed25519 public-key signatures") | 632 | (synopsis "Ed25519 public-key signatures") |
| 633 | (description | 633 | (description |
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index e13c73e3cb3..57c9308c128 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm | |||
| @@ -4372,9 +4372,9 @@ Python.") | |||
| 4372 | (arguments | 4372 | (arguments |
| 4373 | (list #:tests? #f)) ; No test system found. | 4373 | (list #:tests? #f)) ; No test system found. |
| 4374 | (native-inputs | 4374 | (native-inputs |
| 4375 | (list python-setuptools-next python-setuptools-scm-next python-wheel)) | 4375 | (list python-setuptools python-setuptools-scm-next python-wheel)) |
| 4376 | (propagated-inputs | 4376 | (propagated-inputs |
| 4377 | (list python-packaging python-setuptools-next python-tomli)) | 4377 | (list python-packaging python-setuptools python-tomli)) |
| 4378 | (home-page "https://www.riverbankcomputing.com/software/sip/intro") | 4378 | (home-page "https://www.riverbankcomputing.com/software/sip/intro") |
| 4379 | (synopsis "Python binding creator for C and C++ libraries") | 4379 | (synopsis "Python binding creator for C and C++ libraries") |
| 4380 | (description | 4380 | (description |
| @@ -4724,7 +4724,7 @@ set of three modules."))) | |||
| 4724 | (base32 | 4724 | (base32 |
| 4725 | "1g40j5iyad8bw8113rsxxkbkdi7g1lcjj0lb1j7pma442i3fmpsn")))) | 4725 | "1g40j5iyad8bw8113rsxxkbkdi7g1lcjj0lb1j7pma442i3fmpsn")))) |
| 4726 | (build-system pyproject-build-system) | 4726 | (build-system pyproject-build-system) |
| 4727 | (native-inputs (list python-setuptools-next | 4727 | (native-inputs (list python-setuptools |
| 4728 | python-setuptools-scm-next | 4728 | python-setuptools-scm-next |
| 4729 | python-wheel)) | 4729 | python-wheel)) |
| 4730 | (inputs | 4730 | (inputs |
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index fdfd8ea6050..0caad56e8a3 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm | |||
| @@ -1317,7 +1317,7 @@ OpenDocument presentations (*.odp).") | |||
| 1317 | python-pytest | 1317 | python-pytest |
| 1318 | python-pytest-asyncio | 1318 | python-pytest-asyncio |
| 1319 | python-pytest-textual-snapshot | 1319 | python-pytest-textual-snapshot |
| 1320 | python-setuptools-next)) | 1320 | python-setuptools)) |
| 1321 | (propagated-inputs | 1321 | (propagated-inputs |
| 1322 | (list python-beautifulsoup4 | 1322 | (list python-beautifulsoup4 |
| 1323 | python-bibtexparser | 1323 | python-bibtexparser |
