mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
292d48f11e
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>
15 lines
555 B
Makefile
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))
|