mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://greenlet.readthedocs.io/en/latest/changes.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
647 B
Makefile
17 lines
647 B
Makefile
################################################################################
|
|
#
|
|
# python-greenlet
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GREENLET_VERSION = 3.5.0
|
|
PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
|
|
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/3c/3f/dbf99fb14bfeb88c28f16729215478c0e265cacd6dc22270c8f31bb6892f
|
|
PYTHON_GREENLET_SETUP_TYPE = setuptools
|
|
PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
|
|
PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF
|
|
PYTHON_GREENLET_ENV = GREENLET_TEST_CPP=no
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|