diff options
author | Tim Biermann <tbier@posteo.de> | 2019-11-02 23:09:03 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-11-02 23:09:03 +0100 |
commit | 6ff159aeb779b0f3f6a3a9344fa483e9a2502770 (patch) | |
tree | 1404e40231c1505198cf5ccde64dc4c2d6a244ac /python3-requests-toolbelt/Pkgfile | |
parent | bd75a77134468c968093d7cfdf8b2c847ff671fb (diff) | |
download | contrib-6ff159aeb779b0f3f6a3a9344fa483e9a2502770.tar.gz contrib-6ff159aeb779b0f3f6a3a9344fa483e9a2502770.tar.xz |
python3-requests-toolbelt: initial commit, version 0.9.1
Diffstat (limited to 'python3-requests-toolbelt/Pkgfile')
-rw-r--r-- | python3-requests-toolbelt/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/python3-requests-toolbelt/Pkgfile b/python3-requests-toolbelt/Pkgfile new file mode 100644 index 000000000..47a42c78c --- /dev/null +++ b/python3-requests-toolbelt/Pkgfile @@ -0,0 +1,17 @@ +# 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=0.9.1 +release=1 +source=(https://github.com/requests/toolbelt/archive/$version/toolbelt-$version.tar.gz) + +build() { + cd toolbelt-$version + python3 setup.py build + python3 setup.py install \ + --root=$PKG \ + --optimize=1 +} |