[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_WEBOB
bool "python-webob"
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
help
WSGI request and response object.
http://webob.org/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/webob/json
md5 10191c69fa5a2c00f3b9abfb8937b415 WebOb-1.8.7.tar.gz
sha256 b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323 WebOb-1.8.7.tar.gz
# Locally computed sha256 checksums
sha256 27bc4919e7e9e6b6cda40644517ca74d32203e32fba89ef832aba1ed93e457b3 docs/license.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-webob
#
################################################################################
PYTHON_WEBOB_VERSION = 1.8.7
PYTHON_WEBOB_SOURCE = WebOb-$(PYTHON_WEBOB_VERSION).tar.gz
PYTHON_WEBOB_SITE = https://files.pythonhosted.org/packages/c7/45/ee5f034fb4ebe3236fa49e5a4fcbc54444dd22ecf33079cf56f9606d479d
PYTHON_WEBOB_SETUP_TYPE = setuptools
PYTHON_WEBOB_LICENSE = MIT
PYTHON_WEBOB_LICENSE_FILES = docs/license.txt
$(eval $(python-package))