mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
aa0c8be4e2
commit
1030ea5a5b
15
package/python-flup/python-flup.mk
Normal file
15
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
|
||||
|
||||
PYTHON_FLUP_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user