First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 additions and 0 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,5 @@
# md5, sha256 from https://pypi.org/pypi/pysocks/json
md5 89b1a6865c61bae67a32417517612ee6 PySocks-1.7.1.tar.gz
sha256 3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0 PySocks-1.7.1.tar.gz
# Locally computed sha256 checksums
sha256 7027e214e014eb78b7adcc1ceda5aca713a79fc4f6a0c52c9da5b3e707e6ffe9 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pysocks
#
################################################################################
PYTHON_PYSOCKS_VERSION = 1.7.1
PYTHON_PYSOCKS_SOURCE = PySocks-$(PYTHON_PYSOCKS_VERSION).tar.gz
PYTHON_PYSOCKS_SITE = https://files.pythonhosted.org/packages/bd/11/293dd436aea955d45fc4e8a35b6ae7270f5b8e00b53cf6c024c83b657a11
PYTHON_PYSOCKS_LICENSE = BSD-3-Clause
PYTHON_PYSOCKS_LICENSE_FILES = LICENSE
PYTHON_PYSOCKS_SETUP_TYPE = setuptools
$(eval $(python-package))