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>
This commit is contained in:
Yegor Yefremov
2017-01-16 16:46:18 +01:00
committed by Thomas Petazzoni
parent 39885cc5b0
commit 23f0a280d1
4 changed files with 22 additions and 0 deletions

View File

@@ -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))