Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 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))