initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_URLLIB3
|
||||
bool "python-urllib3"
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
||||
help
|
||||
Python HTTP library with thread-safe connection pooling, file
|
||||
post support, sanity friendly, and more.
|
||||
|
||||
http://urllib3.readthedocs.org/
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/urllib3/json
|
||||
md5 e0051a87a956e618a6bb514a07fa7773 urllib3-1.26.7.tar.gz
|
||||
sha256 4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece urllib3-1.26.7.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c37bf186e27cf9dbe9619e55edfe3cea7b30091ceb3da63c7dacbe0e6d77907b LICENSE.txt
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-urllib3
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_URLLIB3_VERSION = 1.26.7
|
||||
PYTHON_URLLIB3_SOURCE = urllib3-$(PYTHON_URLLIB3_VERSION).tar.gz
|
||||
PYTHON_URLLIB3_SITE = https://files.pythonhosted.org/packages/80/be/3ee43b6c5757cabea19e75b8f46eaf05a2f5144107d7db48c7cf3a864f73
|
||||
PYTHON_URLLIB3_LICENSE = MIT
|
||||
PYTHON_URLLIB3_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_URLLIB3_CPE_ID_VENDOR = python
|
||||
PYTHON_URLLIB3_CPE_ID_PRODUCT = urllib3
|
||||
PYTHON_URLLIB3_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user