Move buildroot to bsp directory.
This commit is contained in:
9
bsp/buildroot/package/python-flup/Config.in
Normal file
9
bsp/buildroot/package/python-flup/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_FLUP
|
||||
bool "python-flup"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
flup provides of a collection of WSGI modules for Python.
|
||||
It allows a webserver to use scgi-mod and fastcgi-mod
|
||||
with python.
|
||||
|
||||
https://pypi.python.org/pypi/flup
|
||||
4
bsp/buildroot/package/python-flup/python-flup.hash
Normal file
4
bsp/buildroot/package/python-flup/python-flup.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# From https://pypi.python.org/pypi/flup/1.0.3.dev-20110405
|
||||
md5 a005b072d144fc0e44b0fa4c5a9ba029 flup-1.0.3.dev-20110405.tar.gz
|
||||
# Calculated based on the hash above
|
||||
sha256 6649cf41854ea8782c795cdde64fdf79a90db821533d3652f91d21b0a7f39c79 flup-1.0.3.dev-20110405.tar.gz
|
||||
15
bsp/buildroot/package/python-flup/python-flup.mk
Normal file
15
bsp/buildroot/package/python-flup/python-flup.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-flup
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FLUP_VERSION = 1.0.3.dev-20110405
|
||||
PYTHON_FLUP_SOURCE = flup-$(PYTHON_FLUP_VERSION).tar.gz
|
||||
PYTHON_FLUP_SITE = http://pypi.python.org/packages/source/f/flup
|
||||
|
||||
PYTHON_FLUP_LICENSE = BSD-2c, MIT
|
||||
|
||||
PYTHON_FLUP_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user