summaryrefslogtreecommitdiffstats
path: root/package/python-requests/python-requests.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-11-17 17:54:28 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-17 17:54:28 +0100
commitb2b538bda710f750c1e534e516964dc5795af14e (patch)
treeac7ba7e537f8d5f910d8f8a053404a30ff5f040f /package/python-requests/python-requests.mk
parenta6f0cfa51fc5b0480779885a00d67c1a36e77947 (diff)
downloadbuildroot-b2b538bda710f750c1e534e516964dc5795af14e.tar.gz
buildroot-b2b538bda710f750c1e534e516964dc5795af14e.zip
package: add python-requests
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-requests/python-requests.mk')
-rw-r--r--package/python-requests/python-requests.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-requests/python-requests.mk b/package/python-requests/python-requests.mk
new file mode 100644
index 0000000000..5c12f1b560
--- /dev/null
+++ b/package/python-requests/python-requests.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-requests
+#
+################################################################################
+
+PYTHON_REQUESTS_VERSION = 2.4.3
+PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
+PYTHON_REQUESTS_SITE = http://pypi.python.org/packages/source/r/requests
+PYTHON_REQUESTS_SETUP_TYPE = setuptools
+PYTHON_REQUESTS_LICENSE = Apache-2.0
+PYTHON_REQUESTS_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud