kumquat-buildroot/package/python-hatchling/python-hatchling.mk
James Hilliard a1c77f08ac package/python-hatchling: bump to version 1.21.0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-02-06 11:31:05 +01:00

21 lines
733 B
Makefile

################################################################################
#
# python-hatchling
#
################################################################################
PYTHON_HATCHLING_VERSION = 1.21.0
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/fd/4a/8196e79c0d6e5eb10436dd2fcccc889a76af6ecf9bc35f87408159497d4d
PYTHON_HATCHLING_LICENSE = MIT
PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt
PYTHON_HATCHLING_SETUP_TYPE = pep517
HOST_PYTHON_HATCHLING_DEPENDENCIES = \
host-python-editables \
host-python-packaging \
host-python-pathspec \
host-python-pluggy \
host-python-trove-classifiers
$(eval $(host-python-package))