Files
rpi-buildroot/package/python-hatchling/python-hatchling.mk
James Hilliard da9b2c67c9 package/python-hatchling: bump to version 1.27.0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2024-12-22 14:07:17 +01:00

20 lines
708 B
Makefile

################################################################################
#
# python-hatchling
#
################################################################################
PYTHON_HATCHLING_VERSION = 1.27.0
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/8f/8a/cc1debe3514da292094f1c3a700e4ca25442489731ef7c0814358816bb03
PYTHON_HATCHLING_LICENSE = MIT
PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt
PYTHON_HATCHLING_SETUP_TYPE = pep517
HOST_PYTHON_HATCHLING_DEPENDENCIES = \
host-python-packaging \
host-python-pathspec \
host-python-pluggy \
host-python-trove-classifiers
$(eval $(host-python-package))