python-pip: update to 26.0.1
authorAlexandru Ardelean <redacted>
Wed, 8 Apr 2026 06:48:02 +0000 (09:48 +0300)
committerAlexandru Ardelean <redacted>
Thu, 9 Apr 2026 05:00:32 +0000 (08:00 +0300)
commitc2ebcc7e9baa6b66f571fae777802d8b28563e5b
tree058b95bebe62106fde230c100f8627e197012fde
parentcf5b39f8c3ac90d6ca01cea041683586c190d9a1
python-pip: update to 26.0.1

Refresh all patches for pip 26.0.1:
- 001 (pyproject-hooks-pyc-fix): vendored pyproject_hooks switched
  from single to double quotes and multiline block format; restructure
  to minimal diff (keep unchanged context lines as context)
- 002 (pip-runner-pyc-fix): get_runnable_pip() shifted ~20 lines;
  Set[str] -> set[str] in trailing context; refresh offsets
- 003 (disable-pip-version-check): option definition moved ~174 lines;
  refresh line number

pip 26 also dropped the version-specific binary (e.g. pip3.14).
Update the install rule to use pip3 as the primary binary and
symlink pip/pip$(VERSION) to it.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-pip/Makefile
lang/python/python-pip/patches/001-pyproject-hooks-pyc-fix.patch
lang/python/python-pip/patches/002-pip-runner-pyc-fix.patch
lang/python/python-pip/patches/003-disable-pip-version-check.patch
git clone https://git.99rst.org/PROJECT