summaryrefslogtreecommitdiffstats
path: root/package/python-flup
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
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')
-rw-r--r--package/python-flup/Config.in9
-rw-r--r--package/python-flup/python-flup.mk15
2 files changed, 24 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
diff --git a/package/python-flup/python-flup.mk b/package/python-flup/python-flup.mk
new file mode 100644
index 0000000000..39c66580ed
--- /dev/null
+++ b/package/python-flup/python-flup.mk
@@ -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
+
+PYTHON_FLUP_SETUP_TYPE = setuptools
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud