mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/aio-libs/frozenlist/blob/v1.8.0/CHANGES.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
20 lines
785 B
Makefile
20 lines
785 B
Makefile
################################################################################
|
|
#
|
|
# python-frozenlist
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FROZENLIST_VERSION = 1.8.0
|
|
PYTHON_FROZENLIST_SOURCE = frozenlist-$(PYTHON_FROZENLIST_VERSION).tar.gz
|
|
PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/2d/f5/c831fac6cc817d26fd54c7eaccd04ef7e0288806943f7cc5bbf69f3ac1f0
|
|
PYTHON_FROZENLIST_SETUP_TYPE = pep517
|
|
PYTHON_FROZENLIST_LICENSE = Apache-2.0
|
|
PYTHON_FROZENLIST_LICENSE_FILES = LICENSE
|
|
PYTHON_FROZENLIST_DEPENDENCIES = \
|
|
host-python-expandvars \
|
|
host-python-setuptools
|
|
# C code generation required Cython 3 which we don't have in Buildroot yet.
|
|
PYTHON_FROZENLIST_BUILD_OPTS = -C=pure-python=true
|
|
|
|
$(eval $(python-package))
|