summaryrefslogtreecommitdiffstats
path: root/package/python-toml
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-toml')
-rw-r--r--package/python-toml/Config.in6
-rw-r--r--package/python-toml/python-toml.hash2
-rw-r--r--package/python-toml/python-toml.mk13
3 files changed, 21 insertions, 0 deletions
diff --git a/package/python-toml/Config.in b/package/python-toml/Config.in
new file mode 100644
index 0000000000..a41622fc2f
--- /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 0000000000..cbc71a961b
--- /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 0000000000..fec113e1cb
--- /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))
OpenPOWER on IntegriCloud