summaryrefslogtreecommitdiffstats
path: root/package/python-pysocks/python-pysocks.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-04 18:09:22 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-15 22:25:32 +0200
commit90fbac29e2d0d87a7e1ae764f05fd18dea04df31 (patch)
tree5837611c2b627e2f6072687f562d09fc1ac0f77d /package/python-pysocks/python-pysocks.mk
parent3cfd8bf15cd8b80215bb70db28e065ff0b80437b (diff)
downloadbuildroot-90fbac29e2d0d87a7e1ae764f05fd18dea04df31.tar.gz
buildroot-90fbac29e2d0d87a7e1ae764f05fd18dea04df31.zip
python-pysocks: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pysocks/python-pysocks.mk')
-rw-r--r--package/python-pysocks/python-pysocks.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-pysocks/python-pysocks.mk b/package/python-pysocks/python-pysocks.mk
new file mode 100644
index 0000000000..a556ced8b4
--- /dev/null
+++ b/package/python-pysocks/python-pysocks.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pysocks
+#
+################################################################################
+
+PYTHON_PYSOCKS_VERSION = 1.5.6
+PYTHON_PYSOCKS_SOURCE = PySocks-$(PYTHON_PYSOCKS_VERSION).tar.gz
+PYTHON_PYSOCKS_SITE = https://pypi.python.org/packages/source/P/PySocks
+PYTHON_PYSOCKS_LICENSE = BSD-3c
+PYTHON_PYSOCKS_LICENSE_FILES = socks.py
+PYTHON_PYSOCKS_SETUP_TYPE = distutils
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud