Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View 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

View 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

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