generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-requests-toolbelt/Config.in
Normal file
7
package/python-requests-toolbelt/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_REQUESTS_TOOLBELT
|
||||
bool "python-requests-toolbelt"
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||||
help
|
||||
A utility belt for advanced users of python-requests.
|
||||
|
||||
https://toolbelt.readthedocs.org
|
||||
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/requests-toolbelt/json
|
||||
md5 b1509735c4b4cf95df2619facbc3672e requests-toolbelt-0.9.1.tar.gz
|
||||
sha256 968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0 requests-toolbelt-0.9.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3a1a3cffa7abc000cbd726a664f56c33c532a55480f9e056dfe941cf93b7c37f LICENSE
|
||||
14
package/python-requests-toolbelt/python-requests-toolbelt.mk
Normal file
14
package/python-requests-toolbelt/python-requests-toolbelt.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-requests-toolbelt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_REQUESTS_TOOLBELT_VERSION = 0.9.1
|
||||
PYTHON_REQUESTS_TOOLBELT_SOURCE = requests-toolbelt-$(PYTHON_REQUESTS_TOOLBELT_VERSION).tar.gz
|
||||
PYTHON_REQUESTS_TOOLBELT_SITE = https://files.pythonhosted.org/packages/28/30/7bf7e5071081f761766d46820e52f4b16c8a08fef02d2eb4682ca7534310
|
||||
PYTHON_REQUESTS_TOOLBELT_SETUP_TYPE = setuptools
|
||||
PYTHON_REQUESTS_TOOLBELT_LICENSE = Apache-2.0
|
||||
PYTHON_REQUESTS_TOOLBELT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user