# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-pip VERSION= 25.3 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Tool for installing python packages (3.13) SDESC[v14]= Tool for installing python packages (3.14) HOMEPAGE= https://pip.pypa.io/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= none SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON USES= cpe CPE_PRODUCT= pip CPE_VENDOR= pypa GENERATED= yes [PY313].MAKEFILE_ON= POST_PLIST_TARGET+=setuptools-autolist [PY313].USES_ON= python:v13 [PY314].MAKEFILE_ON= POST_PLIST_TARGET+=setuptools-autolist [PY314].USES_ON= python:v14 do-build: # By using --user, the pyc files are hardcoded with the wrong paths. # those will have to be regenerated ${PYTHON_CMD} -m ensurepip --user post-install: (cd ${STAGEDIR} && ${PYTHON_CMD} -m compileall -d / . ||:) do-install: ${RM} -r ${STAGEDIR} ${MKDIR} ${STAGEDIR} ${FIND} /root/.local/ -type d -name __pycache__ | xargs rm -rf ${RM} /root/.local/bin/pip3 ${MV} /root/.local ${STAGEDIR}${PREFIX} [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.