kumquat-buildroot/package/python-hatchling/python-hatchling.mk
James Hilliard 194c0247e7 package/python-hatchling: bump to version 1.12.2
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-01-15 12:00:57 +01:00

20 lines
700 B
Makefile

################################################################################
#
# python-hatchling
#
################################################################################
PYTHON_HATCHLING_VERSION = 1.12.2
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/f5/ea/3ed5a7ecdd8a8f7e84cffd3b5ec24279a09ce2694c218ff922c35c6f1a77
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
$(eval $(host-python-package))