# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-pip VERSION= 23.2.1 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Tool for installing python packages (3.11) SDESC[v12]= Tool for installing python packages (3.12) HOMEPAGE= https://pip.pypa.io/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= none SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= cpe CPE_PRODUCT= pip CPE_VENDOR= pypa GENERATED= yes [PY311].MAKEFILE_ON= POST_PLIST_TARGET+=setuptools-autolist [PY311].USES_ON= python:v11 [PY312].MAKEFILE_ON= POST_PLIST_TARGET+=setuptools-autolist [PY312].USES_ON= python:v12 do-build: # We can't use --root STAGEDIR because the paths are hardcoded # So we install it in the proper place and relocate to the stagedir # for packaging ${PYTHON_CMD} -m ensurepip do-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/ ${MV} ${PYTHON_SITELIBDIR}/pip ${STAGEDIR}${PYTHON_SITELIBDIR}/ ${MV} ${LOCALBASE}/bin/pip${PYTHON_VER} ${STAGEDIR}${PREFIX}/bin/ [FILE:239:descriptions/desc.single] Pip is a package manager for Python that allows you to install additional libraries and packages that are not part of the standard Python library such as the ones found in the Python Package Index. It is a replacement for an easy install.