update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYSOCKS
bool "python-pysocks"
help
A Python SOCKS client module.
https://github.com/Anorov/PySocks

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/PySocks/json, sha256 locally computed
md5 68f4ad7a8d4fa725656ae3e9dd142d29 PySocks-1.5.7.tar.gz
sha256 e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88 PySocks-1.5.7.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pysocks
#
################################################################################
PYTHON_PYSOCKS_VERSION = 1.5.7
PYTHON_PYSOCKS_SOURCE = PySocks-$(PYTHON_PYSOCKS_VERSION).tar.gz
PYTHON_PYSOCKS_SITE = https://pypi.python.org/packages/16/56/9b3513078f837fa8cb88ee01ec1cd805ed8104a37bc02ca8c2588ae8fe5a
PYTHON_PYSOCKS_LICENSE = BSD-3c
PYTHON_PYSOCKS_LICENSE_FILES = socks.py
PYTHON_PYSOCKS_SETUP_TYPE = distutils
$(eval $(python-package))