Add buildroot 2018-02
This commit is contained in:
9
buildroot/package/python-urllib3/Config.in
Normal file
9
buildroot/package/python-urllib3/Config.in
Normal file
@@ -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/
|
||||
3
buildroot/package/python-urllib3/python-urllib3.hash
Normal file
3
buildroot/package/python-urllib3/python-urllib3.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/urllib3/json, sha256 locally computed
|
||||
md5 ef6c72c79b9c6bcd68c204f9b92abc86 urllib3-1.21.1.tar.gz
|
||||
sha256 b14486978518ca0901a76ba973d7821047409d7f726f22156b24e83fd71382a5 urllib3-1.21.1.tar.gz
|
||||
14
buildroot/package/python-urllib3/python-urllib3.mk
Normal file
14
buildroot/package/python-urllib3/python-urllib3.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-urllib3
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_URLLIB3_VERSION = 1.21.1
|
||||
PYTHON_URLLIB3_SOURCE = urllib3-$(PYTHON_URLLIB3_VERSION).tar.gz
|
||||
PYTHON_URLLIB3_SITE = https://pypi.python.org/packages/96/d9/40e4e515d3e17ed0adbbde1078e8518f8c4e3628496b56eb8f026a02b9e4
|
||||
PYTHON_URLLIB3_LICENSE = MIT
|
||||
PYTHON_URLLIB3_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_URLLIB3_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user