Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] python-constantly: new package
@ 2016-12-19  8:22 yegorslists at googlemail.com
  2016-12-19  8:22 ` [Buildroot] [PATCH 2/3] python-zope-interface: bump to version 4.3.3 yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2016-12-19  8:22 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/Config.in                                |  1 +
 package/python-constantly/Config.in              |  8 ++++++++
 package/python-constantly/python-constantly.hash |  3 +++
 package/python-constantly/python-constantly.mk   | 14 ++++++++++++++
 4 files changed, 26 insertions(+)
 create mode 100644 package/python-constantly/Config.in
 create mode 100644 package/python-constantly/python-constantly.hash
 create mode 100644 package/python-constantly/python-constantly.mk

diff --git a/package/Config.in b/package/Config.in
index be0d150..3a49167 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -660,6 +660,7 @@ menu "External python modules"
 	source "package/python-coherence/Config.in"
 	source "package/python-configobj/Config.in"
 	source "package/python-configshell-fb/Config.in"
+	source "package/python-constantly/Config.in"
 	source "package/python-couchdb/Config.in"
 	source "package/python-crc16/Config.in"
 	source "package/python-crcmod/Config.in"
diff --git a/package/python-constantly/Config.in b/package/python-constantly/Config.in
new file mode 100644
index 0000000..13bb2e8
--- /dev/null
+++ b/package/python-constantly/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_PYTHON_CONSTANTLY
+	bool "python-constantly"
+	help
+	  A library that provides symbolic constant support. It
+	  includes collections and constants with text, numeric,
+	  and bit flag values.
+
+	  https://github.com/twisted/constantly
diff --git a/package/python-constantly/python-constantly.hash b/package/python-constantly/python-constantly.hash
new file mode 100644
index 0000000..fb77877
--- /dev/null
+++ b/package/python-constantly/python-constantly.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi/constantly/json, sha256 locally computed
+md5	f0762f083d83039758e53f8cf0086eef  constantly-15.1.0.tar.gz
+sha256	586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35  constantly-15.1.0.tar.gz
diff --git a/package/python-constantly/python-constantly.mk b/package/python-constantly/python-constantly.mk
new file mode 100644
index 0000000..783d198
--- /dev/null
+++ b/package/python-constantly/python-constantly.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-constantly
+#
+################################################################################
+
+PYTHON_CONSTANTLY_VERSION = 15.1.0
+PYTHON_CONSTANTLY_SOURCE = constantly-$(PYTHON_CONSTANTLY_VERSION).tar.gz
+PYTHON_CONSTANTLY_SITE = https://pypi.python.org/packages/95/f1/207a0a478c4bb34b1b49d5915e2db574cadc415c9ac3a7ef17e29b2e8951
+PYTHON_CONSTANTLY_SETUP_TYPE = setuptools
+PYTHON_CONSTANTLY_LICENSE = MIT
+PYTHON_CONSTANTLY_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-19 21:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-19  8:22 [Buildroot] [PATCH 1/3] python-constantly: new package yegorslists at googlemail.com
2016-12-19  8:22 ` [Buildroot] [PATCH 2/3] python-zope-interface: bump to version 4.3.3 yegorslists at googlemail.com
2016-12-19  8:22 ` [Buildroot] [PATCH 3/3] python-twisted: bump to version 16.6.0 yegorslists at googlemail.com
2016-12-19 21:27 ` [Buildroot] [PATCH 1/3] python-constantly: new package Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox