mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/python-greenlet/python-greenlet.mk
Normal file
14
package/python-greenlet/python-greenlet.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-greenlet
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GREENLET_VERSION = 0.4.16
|
||||
PYTHON_GREENLET_SOURCE = greenlet-$(PYTHON_GREENLET_VERSION).tar.gz
|
||||
PYTHON_GREENLET_SITE = https://files.pythonhosted.org/packages/20/5e/b989a19f4597b825f44125345cd8a8574216fae7fafe69e2cb1238ebd18a
|
||||
PYTHON_GREENLET_SETUP_TYPE = distutils
|
||||
PYTHON_GREENLET_LICENSE = MIT, PSF-2.0
|
||||
PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user