30 lines
728 B
Bash
30 lines
728 B
Bash
|
# Template file for 'python-pysocks'
|
||
|
pkgname=python-pysocks
|
||
|
version=1.6.7
|
||
|
revision=1
|
||
|
wrksrc=PySocks-${version}
|
||
|
noarch=yes
|
||
|
build_style=python-module
|
||
|
depends="python"
|
||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||
|
short_desc="A Python2 SOCKS and HTTP proxy wrapper"
|
||
|
maintainer="Sir_Boops <admin@boops.me>"
|
||
|
license="Custom"
|
||
|
homepage="https://github.com/Anorov/PySocks"
|
||
|
distfiles="https://github.com/Anorov/PySocks/archive/${version}.tar.gz"
|
||
|
checksum=267b0bf77c947a6209e9a5d55827da5e080305b5e69ac36f4ae8046e0a357da1
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|
||
|
|
||
|
python3-pysocks_package() {
|
||
|
noarch=yes
|
||
|
depends="python3"
|
||
|
short_desc="${short_desc/Python2/Python3}"
|
||
|
pkg_install() {
|
||
|
vlicense LICENSE
|
||
|
vmove usr/lib/python3*
|
||
|
}
|
||
|
}
|