diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-22 22:13:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-28 22:00:01 +0000 |
| commit | 3050f813011533ff7f8ed364bf9093110ec568f5 (patch) | |
| tree | ce042cf7cbe2bc665a5d33a3ab4fd53917b6e5ff /gnu/packages/python-build.scm | |
| parent | c5075bc31d7f953e9e1fcecf1e13c6bdff096d74 (diff) | |
gnu: python-pypa-installer: Deprecate aliased python-installer.
* gnu/packages/python-build.scm (python-pypa-installer): Drop
variable, and redefine it as a deprecated version of python-installer.
Change-Id: I97467c9832eb7e23ffe67aea90fbf017864f312b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index a475fd0f8ee..1040a25981b 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -1067,30 +1067,6 @@ any dependency management. It aims to keep dependencies to a minimum, in | |||
| 1067 | order to make bootstrapping easier.") | 1067 | order to make bootstrapping easier.") |
| 1068 | (license license:expat))) | 1068 | (license license:expat))) |
| 1069 | 1069 | ||
| 1070 | ;; There are quite a few amount of Python installers in the wild we need the | ||
| 1071 | ;; one from PyPa team. | ||
| 1072 | (define-public python-pypa-installer | ||
| 1073 | (package | ||
| 1074 | (name "python-pypa-installer") | ||
| 1075 | (version "0.7.0") | ||
| 1076 | (source | ||
| 1077 | (origin | ||
| 1078 | (method url-fetch) | ||
| 1079 | (uri (pypi-uri "installer" version)) | ||
| 1080 | (sha256 | ||
| 1081 | (base32 "0cdnqh3a3amw8k4s1pzfjh0hpvzw4pczgl702s1b16r82qqkwvd2")))) | ||
| 1082 | (build-system pyproject-build-system) | ||
| 1083 | (arguments | ||
| 1084 | (list | ||
| 1085 | #:tests? #f)) ; Depends on pytest, which we cannot import into this module. | ||
| 1086 | (native-inputs | ||
| 1087 | (list python-flit-core)) | ||
| 1088 | (home-page "https://installer.readthedocs.io/") | ||
| 1089 | (synopsis "low-level library for installing from a Python wheel distribution") | ||
| 1090 | (description | ||
| 1091 | "This package provides a library for installing Python wheels.") | ||
| 1092 | (license license:expat))) | ||
| 1093 | |||
| 1094 | (define-public python-poetry-core | 1070 | (define-public python-poetry-core |
| 1095 | (package | 1071 | (package |
| 1096 | (name "python-poetry-core") | 1072 | (name "python-poetry-core") |
| @@ -1526,6 +1502,10 @@ package from a wheel distribution. It provides basic functionality and | |||
| 1526 | abstractions for handling wheels and installing packages from wheels.") | 1502 | abstractions for handling wheels and installing packages from wheels.") |
| 1527 | (license license:expat))) | 1503 | (license license:expat))) |
| 1528 | 1504 | ||
| 1505 | ;; Both packages have been merged into a single one. | ||
| 1506 | (define-deprecated-package python-pypa-installer | ||
| 1507 | python-installer) | ||
| 1508 | |||
| 1529 | (define-public python-jaraco-classes | 1509 | (define-public python-jaraco-classes |
| 1530 | (package | 1510 | (package |
| 1531 | (name "python-jaraco-classes") | 1511 | (name "python-jaraco-classes") |
