mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-pysocks: bump to version 1.6.7
Change setup type to setuptools and use proper license file. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4eacab9b3d
commit
5beef05d1a
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYSOCKS_VERSION = 1.6.6
|
||||
PYTHON_PYSOCKS_VERSION = 1.6.7
|
||||
PYTHON_PYSOCKS_SOURCE = PySocks-$(PYTHON_PYSOCKS_VERSION).tar.gz
|
||||
PYTHON_PYSOCKS_SITE = https://pypi.python.org/packages/fd/70/ba9982cedc9b3ed3c06934f1f46a609e0f23c7bfdf567c52a09f1296b8cb
|
||||
PYTHON_PYSOCKS_SITE = https://pypi.python.org/packages/7d/38/edca891ce16827a1de45cc347e4b6c22311eba25838b9825a5e6c48cf560
|
||||
PYTHON_PYSOCKS_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYSOCKS_LICENSE_FILES = socks.py
|
||||
PYTHON_PYSOCKS_SETUP_TYPE = distutils
|
||||
PYTHON_PYSOCKS_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYSOCKS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user