kumquat-buildroot/package/python-pep517/python-pep517.mk
James Hilliard d893182a4c package/python-pep517: bump to version 0.13.0
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>
2022-08-23 21:30:24 +02:00

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))