mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -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.3.2
|
|
PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
|
|
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/a3/51/1664f6b78fc6ebbd98019a1fd730e83fa78f2db7058f72b1463d3612b8db
|
|
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))
|