python-pysocks: update to 1.7.0
This commit is contained in:
parent
f2e8fb2656
commit
f75800728a
1 changed files with 5 additions and 7 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'python-pysocks'
|
||||
pkgname=python-pysocks
|
||||
version=1.6.8
|
||||
revision=2
|
||||
version=1.7.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="PySocks-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="socks.py sockshandler.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 SOCKS client module"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="3-clause-BSD"
|
||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/Anorov/PySocks"
|
||||
distfiles="https://github.com/Anorov/PySocks/archive/${version}.tar.gz"
|
||||
checksum=a7f32ce1ac2b3467b793fdf14b23ad2b3ae139bcb10b6331fdecdae97ac6b821
|
||||
checksum=b6dbd9daf8ebe75c9f76b54c9747d3d1f1d5ac54d540e44b7eb93936ae38b01a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -22,7 +21,6 @@ post_install() {
|
|||
python3-pysocks_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="socks.py sockshandler.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue