Import buildroot 2016.02.01
This commit is contained in:
8
firmware/buildroot/package/python-webpy/Config.in
Normal file
8
firmware/buildroot/package/python-webpy/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_WEBPY
|
||||
bool "python-webpy"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
web.py is a web framework for Python that is as simple as it is
|
||||
powerful.
|
||||
|
||||
http://webpy.org/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 c3cb8930739294103b1ad109e5fd1d0efae67c06d5b6d59fce5b5a2ee6b21624 python-webpy-webpy-0.37.tar.gz
|
||||
13
firmware/buildroot/package/python-webpy/python-webpy.mk
Normal file
13
firmware/buildroot/package/python-webpy/python-webpy.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-webpy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEBPY_VERSION = webpy-0.37
|
||||
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,$(PYTHON_WEBPY_VERSION))
|
||||
PYTHON_WEBPY_SETUP_TYPE = distutils
|
||||
PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
|
||||
PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user