generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
12
package/python-cherrypy/Config.in
Normal file
12
package/python-cherrypy/Config.in
Normal file
@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_CHERRYPY
|
||||
bool "python-cherrypy"
|
||||
select BR2_PACKAGE_PYTHON_CHEROOT # runtime
|
||||
select BR2_PACKAGE_PYTHON_JARACO_CLASSES # runtime
|
||||
select BR2_PACKAGE_PYTHON_PORTEND # runtime
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
||||
help
|
||||
A minimalist web framework
|
||||
|
||||
http://www.cherrypy.org
|
||||
4
package/python-cherrypy/python-cherrypy.hash
Normal file
4
package/python-cherrypy/python-cherrypy.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/CherryPy/json, sha256 locally computed
|
||||
md5 e21fd0c5706504a8f26c46d808a14255 CherryPy-12.0.1.tar.gz
|
||||
sha256 6a3a90a43b1e05bd4634c60acfdcf34efe74f9f8746aca14dbe95a9b69db30ea CherryPy-12.0.1.tar.gz
|
||||
sha256 02f4efe6e7dcd218c33cfa065c0552de983b5ad563b053e97697c5abd2ef14f9 LICENSE.md
|
||||
15
package/python-cherrypy/python-cherrypy.mk
Normal file
15
package/python-cherrypy/python-cherrypy.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cherrypy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHERRYPY_VERSION = 12.0.1
|
||||
PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz
|
||||
PYTHON_CHERRYPY_SITE = https://pypi.python.org/packages/be/d8/a8ef56bfe1c39d466b8d55b496b64459cc43dec71361d88edf904901637f
|
||||
PYTHON_CHERRYPY_LICENSE = BSD-3-Clause
|
||||
PYTHON_CHERRYPY_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_CHERRYPY_SETUP_TYPE = setuptools
|
||||
PYTHON_CHERRYPY_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user