mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
9
package/python-flup/Config.in
Normal file
9
package/python-flup/Config.in
Normal 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
|
||||
5
package/python-flup/python-flup.hash
Normal file
5
package/python-flup/python-flup.hash
Normal 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
|
||||
14
package/python-flup/python-flup.mk
Normal file
14
package/python-flup/python-flup.mk
Normal 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))
|
||||
Reference in New Issue
Block a user