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:
Frank Hunleth
2015-02-08 10:59:19 -05:00
committed by Peter Korsgaard
parent cd3c6e26c5
commit 1f81429f82
4 changed files with 28 additions and 0 deletions

View 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))