buildroot/package/python-aiofiles/python-aiofiles.mk
James Hilliard 292d48f11e package/python-aiofiles: 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:27:50 +02:00

15 lines
555 B
Makefile

################################################################################
#
# python-aiofiles
#
################################################################################
PYTHON_AIOFILES_VERSION = 24.1.0
PYTHON_AIOFILES_SOURCE = aiofiles-$(PYTHON_AIOFILES_VERSION).tar.gz
PYTHON_AIOFILES_SITE = https://files.pythonhosted.org/packages/0b/03/a88171e277e8caa88a4c77808c20ebb04ba74cc4681bf1e9416c862de237
PYTHON_AIOFILES_SETUP_TYPE = hatch
PYTHON_AIOFILES_LICENSE = Apache-2.0
PYTHON_AIOFILES_LICENSE_FILES = LICENSE
$(eval $(python-package))