mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Updated ShredOS to Buildroot 2025.11, kernel 6.18.0
This commit is contained in:
11
package/python-waitress/Config.in
Normal file
11
package/python-waitress/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_WAITRESS
|
||||
bool "python-waitress"
|
||||
help
|
||||
Waitress WSGI server.
|
||||
|
||||
Waitress is a production-quality pure-Python WSGI server
|
||||
with very acceptable performance. It has no dependencies
|
||||
except ones which live in the Python standard library.
|
||||
It supports HTTP/1.0 and HTTP/1.1.
|
||||
|
||||
https://github.com/Pylons/waitress
|
||||
5
package/python-waitress/python-waitress.hash
Normal file
5
package/python-waitress/python-waitress.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/waitress/json
|
||||
md5 da30daf4544fafe0f43e1ba4a1830bf5 waitress-3.0.2.tar.gz
|
||||
sha256 682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f waitress-3.0.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt
|
||||
14
package/python-waitress/python-waitress.mk
Normal file
14
package/python-waitress/python-waitress.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-waitress
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WAITRESS_VERSION = 3.0.2
|
||||
PYTHON_WAITRESS_SOURCE = waitress-$(PYTHON_WAITRESS_VERSION).tar.gz
|
||||
PYTHON_WAITRESS_SITE = https://files.pythonhosted.org/packages/bf/cb/04ddb054f45faa306a230769e868c28b8065ea196891f09004ebace5b184
|
||||
PYTHON_WAITRESS_SETUP_TYPE = setuptools
|
||||
PYTHON_WAITRESS_LICENSE = ZPL-2.1
|
||||
PYTHON_WAITRESS_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user