summaryrefslogtreecommitdiffstats
path: root/package/python-toml/python-toml.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-01-16 16:46:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-20 13:18:55 +1100
commit23f0a280d1d75fc739e6847ebe9b27e3b5c03707 (patch)
tree717acd897b70fc0be009048a4165ec2ac1f062b0 /package/python-toml/python-toml.mk
parent39885cc5b0c6ff175fe3a115231bc2428840e7b7 (diff)
downloadbuildroot-23f0a280d1d75fc739e6847ebe9b27e3b5c03707.tar.gz
buildroot-23f0a280d1d75fc739e6847ebe9b27e3b5c03707.zip
python-toml: new package
Use GitHub instead of PyPI because PyPI release if out-of-date. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-toml/python-toml.mk')
-rw-r--r--package/python-toml/python-toml.mk13
1 files changed, 13 insertions, 0 deletions
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