summaryrefslogtreecommitdiffstats
path: root/package/python-flup/Config.in
diff options
context:
space:
mode:
authorOli Vogt <oli.vogt.pub01@gmail.com>2014-05-25 20:24:17 +1200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-27 15:31:04 +0200
commit1030ea5a5b327b2235766f70f5d86ff2d8e63818 (patch)
treea5af00cbda4653d11983c48455db9effe05c4c67 /package/python-flup/Config.in
parentaa0c8be4e2f4717f4d7156eaa63a42ae7abaa171 (diff)
downloadbuildroot-1030ea5a5b327b2235766f70f5d86ff2d8e63818.tar.gz
buildroot-1030ea5a5b327b2235766f70f5d86ff2d8e63818.zip
python-flup: new package
This module is useful to implement a fastCGI webserver Tested with ARM and Python 2.7.6 [Thomas: fix license informations.] Signed-off-by: oli vogt <oli.vogt.pub01@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-flup/Config.in')
-rw-r--r--package/python-flup/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-flup/Config.in b/package/python-flup/Config.in
new file mode 100644
index 0000000000..2c21323515
--- /dev/null
+++ b/package/python-flup/Config.in
@@ -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
OpenPOWER on IntegriCloud