23f0a280d1
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>
14 lines
400 B
Makefile
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))
|