mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-13 14:00:37 +00:00
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
# description : SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)
|
|
# depends : python3 python3-setuptools
|
|
|
|
name=python3-pysocks
|
|
version=1.7.0
|
|
release=1
|
|
source=($name-$version.tar.gz::https://github.com/Anorov/PySocks/archive/$version.tar.gz)
|
|
md5sum=(9c6e79fdd2d85e68772872e83e604b84)
|
|
|
|
build() {
|
|
cd PySocks-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
|
}
|