826ef33bed
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Thomas: add PSF-2.0 to the licenses and LICENSE.PSF to the license files.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
573 B
Makefile
15 lines
573 B
Makefile
################################################################################
|
|
#
|
|
# python-greenlet
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GREENLET_VERSION = 0.4.15
|
|
PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
|
|
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7
|
|
PYTHON_GREENLET_SETUP_TYPE = distutils
|
|
PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
|
|
PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF
|
|
|
|
$(eval $(python-package))
|