contrib/python3-urllib3/Pkgfile

16 lines
509 B
Plaintext
Raw Normal View History

2018-03-15 13:14:59 +01:00
# Description: HTTP library with thread-safe connection pooling and file post support.
# URL: https://github.com/shazow/urllib3
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-pyopenssl
2018-03-15 13:14:59 +01:00
name=python3-urllib3
2021-01-28 17:16:17 +01:00
version=1.26.3
2018-03-15 13:14:59 +01:00
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
}