mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
python-pysocks: new package
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
3cfd8bf15c
commit
90fbac29e2
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.5.6
|
||||
PYTHON_PYSOCKS_SOURCE = PySocks-$(PYTHON_PYSOCKS_VERSION).tar.gz
|
||||
PYTHON_PYSOCKS_SITE = https://pypi.python.org/packages/source/P/PySocks
|
||||
PYTHON_PYSOCKS_LICENSE = BSD-3c
|
||||
PYTHON_PYSOCKS_LICENSE_FILES = socks.py
|
||||
PYTHON_PYSOCKS_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user