mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained 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
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/flup/json, sha256 locally computed
|
||||
md5 bc104a7444bfac36fc2146a356de4c11 flup-1.0.3.dev20161029.tar.gz
|
||||
sha256 3dc5620b77a6a4cd0afb556626eb0ce85708e513f9c50dc5e982190e3d5f9e26 flup-1.0.3.dev20161029.tar.gz
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-flup
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FLUP_VERSION = 1.0.3.dev20161029
|
||||
PYTHON_FLUP_SOURCE = flup-$(PYTHON_FLUP_VERSION).tar.gz
|
||||
PYTHON_FLUP_SITE = https://pypi.python.org/packages/17/33/36768930a5ffe4f294ed3987c631bfd3fddb4f9e5e46bc8dc30fd731dbcd
|
||||
|
||||
PYTHON_FLUP_LICENSE = BSD-2-Clause, MIT
|
||||
|
||||
PYTHON_FLUP_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user