Move buildroot to bsp directory.
This commit is contained in:
10
bsp/buildroot/package/python-cherrypy/Config.in
Normal file
10
bsp/buildroot/package/python-cherrypy/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_CHERRYPY
|
||||
bool "python-cherrypy"
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
|
||||
help
|
||||
A minimalist web framework
|
||||
|
||||
http://www.cherrypy.org
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=4b765329b0b4b65ec25811e3febb6c93, sha256 locally computed
|
||||
md5 4b765329b0b4b65ec25811e3febb6c93 CherryPy-4.0.0.tar.gz
|
||||
sha256 73ad4f8870b5a3e9988a7778b5d3003a390d440527ec3458a0c7e58865d2611a CherryPy-4.0.0.tar.gz
|
||||
14
bsp/buildroot/package/python-cherrypy/python-cherrypy.mk
Normal file
14
bsp/buildroot/package/python-cherrypy/python-cherrypy.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cherrypy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHERRYPY_VERSION = 4.0.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 = cherrypy/LICENSE.txt
|
||||
PYTHON_CHERRYPY_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user