# Template file for 'python-pip' pkgname=python-pip version=18.1 revision=1 noarch=yes wrksrc="pip-${version}" build_style=python-module pycompile_module="pip" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools" short_desc="The PyPA recommended tool for installing PyPI packages (Python2)" maintainer="Alessio Sergi " homepage="https://pip.pypa.io/" license="MIT" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" checksum=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 alternatives="pip:pip:/usr/bin/pip2" post_install() { vlicense LICENSE.txt } python3-pip_package() { noarch=yes pycompile_module="pip" depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="pip:pip:/usr/bin/pip3" pkg_install() { vmove usr/bin/pip3 vmove usr/lib/python3* vlicense LICENSE.txt } }