Files
rpi-buildroot/package/python-hatch-vcs/python-hatch-vcs.mk
James Hilliard 542456cd93 package/python-hatch-vcs: 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:00 +02:00

16 lines
629 B
Makefile

################################################################################
#
# python-hatch-vcs
#
################################################################################
PYTHON_HATCH_VCS_VERSION = 0.4.0
PYTHON_HATCH_VCS_SOURCE = hatch_vcs-$(PYTHON_HATCH_VCS_VERSION).tar.gz
PYTHON_HATCH_VCS_SITE = https://files.pythonhosted.org/packages/f5/c9/54bb4fa27b4e4a014ef3bb17710cdf692b3aa2cbc7953da885f1bf7e06ea
PYTHON_HATCH_VCS_LICENSE = MIT
PYTHON_HATCH_VCS_LICENSE_FILES = LICENSE.txt
PYTHON_HATCH_VCS_SETUP_TYPE = hatch
HOST_PYTHON_HATCH_VCS_DEPENDENCIES = host-python-setuptools-scm
$(eval $(host-python-package))