Files
ports/core/python3-pip/spkgbuild
2019-08-26 12:57:11 +08:00

15 lines
374 B
Plaintext

# description : The PyPA recommended tool for installing Python packages
# depends : python3 python3-setuptools
name=python3-pip
version=19.2.3
release=1
source=(https://pypi.io/packages/source/p/pip/pip-${version}.tar.gz)
md5sum=(f417444c66a0db1a82c8d9d2283a2f95)
build() {
cd pip-$version
python3 setup.py build
python3 setup.py install --prefix=/usr --root="$PKG"
}