kumquat-buildroot/package/python-toml/python-toml.mk
Yegor Yefremov 23f0a280d1 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>
2017-01-20 13:18:55 +11:00

14 lines
400 B
Makefile

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