mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-cherrypy: new package
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
cd3c6e26c5
commit
1f81429f82
14
package/python-cherrypy/python-cherrypy.mk
Normal file
14
package/python-cherrypy/python-cherrypy.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cherrypy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHERRYPY_VERSION = 3.6.0
|
||||
PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz
|
||||
PYTHON_CHERRYPY_SITE = http://pypi.python.org/packages/source/C/CherryPy
|
||||
PYTHON_CHERRYPY_LICENSE = BSD-3c
|
||||
PYTHON_CHERRYPY_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_CHERRYPY_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user