kumquat-buildroot/package/python-greenlet/python-greenlet.mk
James Hilliard 47ef8ab6ce package/python-greenlet: bump to version 1.1.1
License hash change due to path change in:
8448b094d1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-09-26 22:17:28 +02:00

15 lines
573 B
Makefile

################################################################################
#
# python-greenlet
#
################################################################################
PYTHON_GREENLET_VERSION = 1.1.1
PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/72/7e/d8586068d47adba73afc085249712bd266cd7ffbf27d8bc260c33e9d6133
PYTHON_GREENLET_SETUP_TYPE = setuptools
PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF
$(eval $(python-package))