Files
ports/core/python2-urllib3/spkgbuild
2020-06-15 00:48:51 +08:00

14 lines
407 B
Plaintext

# description : HTTP library with thread-safe connection pooling and file post support (python2)
# depends : python2-setuptools
name=python2-urllib3
version=1.25.9
release=1
source="https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz"
build() {
cd ${name#*-}-$version
python2 setup.py build
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
}