contrib/python3-requests-toolbelt/Pkgfile

19 lines
522 B
Plaintext

# Description: A toolbelt of useful classes and functions to be used with python-requests
# URL: https://github.com/requests/toolbelt
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-requests
name=python3-requests-toolbelt
version=1.0.0
release=1
source=(https://github.com/requests/toolbelt/archive/$version/toolbelt-$version.tar.gz)
build() {
cd toolbelt-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install \
--root=$PKG \
--optimize=1 \
--skip-build
}