contrib/python3-pysocks/Pkgfile

16 lines
452 B
Plaintext
Raw Normal View History

# Description: SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy).
# URL: https://github.com/Anorov/PySocks
2023-08-06 22:17:38 +02:00
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=python3-pysocks
2019-11-30 06:50:51 +01:00
version=1.7.1
release=1
2019-11-30 06:50:51 +01:00
source=(https://files.pythonhosted.org/packages/source/P/PySocks/PySocks-$version.tar.gz)
build() {
2023-08-06 22:17:38 +02:00
cd PySocks-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}