pip is no longer part of the delicate bootstrap dependency chain for

Python ports, so switch it to using MODPY_PYBUILD
This commit is contained in:
sthen 2022-12-08 10:48:58 +00:00
parent aea776a81a
commit 0940de8cbe
2 changed files with 508 additions and 23 deletions

View File

@ -1,7 +1,8 @@
COMMENT = tool for installing Python packages
COMMENT= command-line tool for installing Python packages
MODPY_EGG_VERSION= 22.3.1
REVISION = 2
REVISION= 4
DISTNAME= pip-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
@ -14,9 +15,7 @@ PERMIT_PACKAGE = Yes
MODULES= lang/python
MODPY_PI= Yes
# can't use MODPY_PYBUILD unless this loop is broken:
# py-build -> py-packaging -> py-parsing -> py-pip -> py-build
MODPY_SETUPTOOLS = Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3

File diff suppressed because it is too large Load Diff