mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
See the release notes here: https://anyio.readthedocs.io/en/stable/versionhistory.html Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
16 lines
581 B
Makefile
16 lines
581 B
Makefile
################################################################################
|
|
#
|
|
# python-anyio
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ANYIO_VERSION = 4.12.1
|
|
PYTHON_ANYIO_SOURCE = anyio-$(PYTHON_ANYIO_VERSION).tar.gz
|
|
PYTHON_ANYIO_SITE = https://files.pythonhosted.org/packages/96/f0/5eb65b2bb0d09ac6776f2eb54adee6abe8228ea05b20a5ad0e4945de8aac
|
|
PYTHON_ANYIO_SETUP_TYPE = setuptools
|
|
PYTHON_ANYIO_LICENSE = MIT
|
|
PYTHON_ANYIO_LICENSE_FILES = LICENSE
|
|
PYTHON_ANYIO_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|