First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_FLUP
bool "python-flup"
depends on BR2_PACKAGE_PYTHON3
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,5 @@
# md5, sha256 from https://pypi.org/pypi/flup/json
md5 a64e7a6374e043480ee92534c735964e flup-1.0.3.tar.gz
sha256 5eb09f26eb0751f8380d8ac43d1dfb20e1d42eca0fa45ea9289fa532a79cd159 flup-1.0.3.tar.gz
# Locally computed sha256 checksums
sha256 66a60ebc732165d199ec018fb9876d9f8168a5a8575375e64cc1b3d78c32b481 PKG-INFO

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-flup
#
################################################################################
PYTHON_FLUP_VERSION = 1.0.3
PYTHON_FLUP_SOURCE = flup-$(PYTHON_FLUP_VERSION).tar.gz
PYTHON_FLUP_SITE = https://files.pythonhosted.org/packages/bb/b5/26cc8f7baf0ddebd3e61a354a2bcc692cfe8005123c37ee3d8507c4c7511
PYTHON_FLUP_LICENSE = BSD-2-Clause, MIT
PYTHON_FLUP_LICENSE_FILES = PKG-INFO
PYTHON_FLUP_SETUP_TYPE = setuptools
$(eval $(python-package))