summaryrefslogtreecommitdiffstats
path: root/package/python-six/python-six.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-01-28 22:05:43 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-01 00:07:36 +0100
commit96bc60efa4e81bf552d88e215d7821129bba84b3 (patch)
tree39d1c75e69a0d8f554f8ef48960f58326ac76e5a /package/python-six/python-six.mk
parent07ca4768694c857ab6a98e668083a145c75a3f26 (diff)
downloadbuildroot-96bc60efa4e81bf552d88e215d7821129bba84b3.tar.gz
buildroot-96bc60efa4e81bf552d88e215d7821129bba84b3.zip
python-six: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-six/python-six.mk')
-rw-r--r--package/python-six/python-six.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-six/python-six.mk b/package/python-six/python-six.mk
new file mode 100644
index 0000000000..08fe5de60e
--- /dev/null
+++ b/package/python-six/python-six.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-six
+#
+################################################################################
+
+PYTHON_SIX_VERSION = 1.9.0
+PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
+PYTHON_SIX_SITE = https://pypi.python.org/packages/source/s/six/
+PYTHON_SIX_SETUP_TYPE = setuptools
+PYTHON_SIX_LICENSE = MIT
+PYTHON_SIX_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud