generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-webob/Config.in
Normal file
7
package/python-webob/Config.in
Normal 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/
|
||||
5
package/python-webob/python-webob.hash
Normal file
5
package/python-webob/python-webob.hash
Normal 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
|
||||
14
package/python-webob/python-webob.mk
Normal file
14
package/python-webob/python-webob.mk
Normal 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))
|
||||
Reference in New Issue
Block a user