python-pysocks: add missing pycompile_module
'Custom' is not a license. License is 3-clause-BSD.
This commit is contained in:
parent
28c9d09173
commit
ddd3a7ea6c
1 changed files with 7 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'python-pysocks'
|
# Template file for 'python-pysocks'
|
||||||
pkgname=python-pysocks
|
pkgname=python-pysocks
|
||||||
version=1.6.7
|
version=1.6.7
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=PySocks-${version}
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc="PySocks-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
depends="python"
|
pycompile_module="socks.py sockshandler.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
short_desc="A Python2 SOCKS and HTTP proxy wrapper"
|
depends="python"
|
||||||
|
short_desc="Python2 SOCKS client module"
|
||||||
maintainer="Sir_Boops <admin@boops.me>"
|
maintainer="Sir_Boops <admin@boops.me>"
|
||||||
license="Custom"
|
license="3-clause-BSD"
|
||||||
homepage="https://github.com/Anorov/PySocks"
|
homepage="https://github.com/Anorov/PySocks"
|
||||||
distfiles="https://github.com/Anorov/PySocks/archive/${version}.tar.gz"
|
distfiles="https://github.com/Anorov/PySocks/archive/${version}.tar.gz"
|
||||||
checksum=267b0bf77c947a6209e9a5d55827da5e080305b5e69ac36f4ae8046e0a357da1
|
checksum=267b0bf77c947a6209e9a5d55827da5e080305b5e69ac36f4ae8046e0a357da1
|
||||||
|
@ -21,6 +22,7 @@ post_install() {
|
||||||
python3-pysocks_package() {
|
python3-pysocks_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
pycompile_module="socks.py sockshandler.py"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue