mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/python-pysocks/Config.in
Normal file
6
package/python-pysocks/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PYSOCKS
|
||||
bool "python-pysocks"
|
||||
help
|
||||
A Python SOCKS client module.
|
||||
|
||||
https://github.com/Anorov/PySocks
|
3
package/python-pysocks/python-pysocks.hash
Normal file
3
package/python-pysocks/python-pysocks.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/pysocks/json, sha256 locally computed
|
||||
md5 07007ec7ed46292dab06013f2e3af365 PySocks-1.6.7.tar.gz
|
||||
sha256 d00329f27efa157db7efe3ca26fcd69033cd61f83822461ee3f8a353b48e33cf PySocks-1.6.7.tar.gz
|
14
package/python-pysocks/python-pysocks.mk
Normal file
14
package/python-pysocks/python-pysocks.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pysocks
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYSOCKS_VERSION = 1.6.7
|
||||
PYTHON_PYSOCKS_SOURCE = PySocks-$(PYTHON_PYSOCKS_VERSION).tar.gz
|
||||
PYTHON_PYSOCKS_SITE = https://pypi.python.org/packages/7d/38/edca891ce16827a1de45cc347e4b6c22311eba25838b9825a5e6c48cf560
|
||||
PYTHON_PYSOCKS_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYSOCKS_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYSOCKS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user