package/python-psygnal: 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>
This commit is contained in:
James Hilliard
2024-10-23 22:58:49 -06:00
committed by Thomas Petazzoni
parent 5c49f9e5da
commit 6a30aba8e3

View File

@@ -7,9 +7,9 @@
PYTHON_PSYGNAL_VERSION = 0.11.1
PYTHON_PSYGNAL_SOURCE = psygnal-$(PYTHON_PSYGNAL_VERSION).tar.gz
PYTHON_PSYGNAL_SITE = https://files.pythonhosted.org/packages/bc/b0/194cfbcb76dbf9c4a1c4271ccc825b38406d20fb7f95fd18320c28708800
PYTHON_PSYGNAL_SETUP_TYPE = pep517
PYTHON_PSYGNAL_SETUP_TYPE = hatch
PYTHON_PSYGNAL_LICENSE = BSD-3-Clause
PYTHON_PSYGNAL_LICENSE_FILES = LICENSE
PYTHON_PSYGNAL_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
PYTHON_PSYGNAL_DEPENDENCIES = host-python-hatch-vcs
$(eval $(python-package))