Files
buildroot/package/python-referencing/python-referencing.mk
James Hilliard 91faafec50 package/python-referencing: use hatch setup type
Use the new hatch setup type which automatically pulls in the
host-python-hatchling dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-10-24 09:28:33 +02:00

25 lines
917 B
Makefile

################################################################################
#
# python-referencing
#
################################################################################
PYTHON_REFERENCING_VERSION = 0.35.1
PYTHON_REFERENCING_SOURCE = referencing-$(PYTHON_REFERENCING_VERSION).tar.gz
PYTHON_REFERENCING_SITE = https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d
PYTHON_REFERENCING_SETUP_TYPE = pep517
PYTHON_REFERENCING_LICENSE = MIT
PYTHON_REFERENCING_LICENSE_FILES = COPYING
PYTHON_REFERENCING_DEPENDENCIES = host-python-hatch-vcs
HOST_PYTHON_REFERENCING_DEPENDENCIES = host-python-hatch-vcs
# This is a runtime dependency, but we don't have the concept of
# runtime dependencies for host packages.
HOST_PYTHON_REFERENCING_DEPENDENCIES += \
host-python-attrs \
host-python-rpds-py
$(eval $(python-package))
$(eval $(host-python-package))