kumquat-buildroot/package/python-tomli/python-tomli.mk
James Hilliard 7e22dca48c package/python-tomli: bump to version 2.0.1
This package now requires flit and must use the flit-bootstrap setup
type for the host build since it is a dependency of
host-python-pypa-build.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-04-25 23:21:36 +02:00

17 lines
596 B
Makefile

################################################################################
#
# python-tomli
#
################################################################################
PYTHON_TOMLI_VERSION = 2.0.1
PYTHON_TOMLI_SOURCE = tomli-$(PYTHON_TOMLI_VERSION).tar.gz
PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3
PYTHON_TOMLI_LICENSE = MIT
PYTHON_TOMLI_LICENSE_FILES = LICENSE
PYTHON_TOMLI_SETUP_TYPE = flit
HOST_PYTHON_TOMLI_SETUP_TYPE = flit-bootstrap
$(eval $(python-package))
$(eval $(host-python-package))