ebaf9f7ffd
Bump package to version 0.9.3 and change _SETUP_TYPE to 'setuptools', since its setup.py now uses 'setuptools' by default and switches to 'distutils' only as a fallback[1] [1] https://github.com/uiri/toml/blob/0.9.3/setup.py#L2 Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
401 B
Makefile
14 lines
401 B
Makefile
################################################################################
|
|
#
|
|
# python-toml
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TOML_VERSION = 0.9.3
|
|
PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
|
|
PYTHON_TOML_SETUP_TYPE = setuptools
|
|
PYTHON_TOML_LICENSE = MIT
|
|
PYTHON_TOML_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|