Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] python-toml: new package
@ 2017-01-16 15:46 yegorslists at googlemail.com
  2017-01-16 15:46 ` [Buildroot] [PATCH 2/3] python-logbook: " yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: yegorslists at googlemail.com @ 2017-01-16 15:46 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Use GitHub instead of PyPI because PyPI release if out-of-date.

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

diff --git a/package/Config.in b/package/Config.in
index 8c8c33ec3..1766089b0 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -800,6 +800,7 @@ menu "External python modules"
 	source "package/python-spidev/Config.in"
 	source "package/python-thrift/Config.in"
 	source "package/python-tomako/Config.in"
+	source "package/python-toml/Config.in"
 	source "package/python-tornado/Config.in"
 	source "package/python-treq/Config.in"
 	source "package/python-twisted/Config.in"
diff --git a/package/python-toml/Config.in b/package/python-toml/Config.in
new file mode 100644
index 000000000..a41622fc2
--- /dev/null
+++ b/package/python-toml/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_TOML
+	bool "python-toml"
+	help
+	  Python Library for Tom's Obvious, Minimal Language.
+
+	  https://github.com/uiri/toml
diff --git a/package/python-toml/python-toml.hash b/package/python-toml/python-toml.hash
new file mode 100644
index 000000000..cbc71a961
--- /dev/null
+++ b/package/python-toml/python-toml.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256	aee9679726f42fb09f48b9701a321571e0b6a51305c3e0f3913b3057d8bf7083  python-toml-0.9.2.tar.gz
diff --git a/package/python-toml/python-toml.mk b/package/python-toml/python-toml.mk
new file mode 100644
index 000000000..fec113e1c
--- /dev/null
+++ b/package/python-toml/python-toml.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# python-toml
+#
+################################################################################
+
+PYTHON_TOML_VERSION = 0.9.2
+PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
+PYTHON_TOML_SETUP_TYPE = distutils
+PYTHON_TOML_LICENSE = MIT
+PYTHON_TOML_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
-- 
2.11.0

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

end of thread, other threads:[~2017-01-24  9:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 15:46 [Buildroot] [PATCH 1/3] python-toml: new package yegorslists at googlemail.com
2017-01-16 15:46 ` [Buildroot] [PATCH 2/3] python-logbook: " yegorslists at googlemail.com
2017-01-17 10:22   ` Yegor Yefremov
2017-01-24  9:46   ` Thomas Petazzoni
2017-01-16 15:46 ` [Buildroot] [PATCH 3/3] python-markdown2: " yegorslists at googlemail.com
2017-01-24  9:48   ` Thomas Petazzoni
2017-01-20  2:22 ` [Buildroot] [PATCH 1/3] python-toml: " Thomas Petazzoni

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