7e22dca48c
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>
17 lines
596 B
Makefile
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))
|