d893182a4c
Changes: https://github.com/pypa/pep517/blob/main/doc/changelog.rst#013 Remove support for end-of-life Pythons. Now requires Python3.6+. Remove support for toml package. Now requires tomli. Rely on preferred "files" API on Python 3.9 and later. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Marcus Hoffmann <marcus.hoffmann@othermo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
596 B
Makefile
16 lines
596 B
Makefile
################################################################################
|
|
#
|
|
# python-pep517
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PEP517_VERSION = 0.13.0
|
|
PYTHON_PEP517_SOURCE = pep517-$(PYTHON_PEP517_VERSION).tar.gz
|
|
PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/4d/19/e11fcc88288f68ae48e3aa9cf5a6fd092a88e629cb723465666c44d487a0
|
|
PYTHON_PEP517_LICENSE = MIT
|
|
PYTHON_PEP517_LICENSE_FILES = LICENSE
|
|
PYTHON_PEP517_SETUP_TYPE = flit-bootstrap
|
|
HOST_PYTHON_PEP517_DEPENDENCIES = host-python-tomli
|
|
|
|
$(eval $(host-python-package))
|