summaryrefslogtreecommitdiff
path: root/python3-requests/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-02-04 19:51:20 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-02-04 19:52:34 +1100
commitd394ff7c8182b3c452acc8c0ce786771335226ee (patch)
treec4ce6fe0e2b879aa06ac72128fd54d6b4836c298 /python3-requests/Pkgfile
parent4e0bc6e6228a41bfb0310508edb20dd2aa7d6853 (diff)
downloadcontrib-d394ff7c8182b3c452acc8c0ce786771335226ee.tar.gz
contrib-d394ff7c8182b3c452acc8c0ce786771335226ee.tar.xz
python3-requests: initial import
Diffstat (limited to 'python3-requests/Pkgfile')
-rw-r--r--python3-requests/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/python3-requests/Pkgfile b/python3-requests/Pkgfile
new file mode 100644
index 000000000..2be31d640
--- /dev/null
+++ b/python3-requests/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Python HTTP for Humans.
+# URL: http://python-requests.org/
+# Maintainer: Danny Rawlins, crux at romster dot me
+# Depends on: python3-setuptools
+
+name=python3-requests
+version=2.13.0
+release=1
+source=(https://pypi.python.org/packages/16/09/37b69de7c924d318e51ece1c4ceb679bf93be9d05973bb30c35babd596e2/requests-$version.tar.gz)
+
+build() {
+ cd ${name#*-}-$version
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --prefix=/usr --root=$PKG
+}

Generated by cgit