All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-six: new package
@ 2015-01-28 21:05 Yegor Yefremov
  0 siblings, 0 replies; only message in thread
From: Yegor Yefremov @ 2015-01-28 21:05 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/Config.in                  |  1 +
 package/python-six/Config.in       |  9 +++++++++
 package/python-six/python-six.hash |  2 ++
 package/python-six/python-six.mk   | 15 +++++++++++++++
 4 files changed, 27 insertions(+)
 create mode 100644 package/python-six/Config.in
 create mode 100644 package/python-six/python-six.hash
 create mode 100644 package/python-six/python-six.mk

diff --git a/package/Config.in b/package/Config.in
index 940e93a..c81ef4a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -547,6 +547,7 @@ menu "external python modules"
 	source "package/python-serial/Config.in"
 	source "package/python-setuptools/Config.in"
 	source "package/python-simplejson/Config.in"
+	source "package/python-six/Config.in"
 	source "package/python-thrift/Config.in"
 	source "package/python-tornado/Config.in"
 	source "package/python-twisted/Config.in"
diff --git a/package/python-six/Config.in b/package/python-six/Config.in
new file mode 100644
index 0000000..0a8b69a
--- /dev/null
+++ b/package/python-six/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_SIX
+	bool "python-six"
+	help
+	  Six is a Python 2 and 3 compatibility library. It provides
+	  utility functions for smoothing over the differences between
+	  the Python versions with the goal of writing Python code that
+	  is compatible on both Python versions.
+
+	  http://pythonhosted.org/six
diff --git a/package/python-six/python-six.hash b/package/python-six/python-six.hash
new file mode 100644
index 0000000..6121a08
--- /dev/null
+++ b/package/python-six/python-six.hash
@@ -0,0 +1,2 @@
+# Locally computed:
+sha256  e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5  six-1.9.0.tar.gz
diff --git a/package/python-six/python-six.mk b/package/python-six/python-six.mk
new file mode 100644
index 0000000..e9f78ec
--- /dev/null
+++ b/package/python-six/python-six.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# 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))
+
-- 
2.1.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-28 21:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 21:05 [Buildroot] [PATCH] python-six: new package Yegor Yefremov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.