python-stem: update to 1.7.0.

This commit is contained in:
maxice8 2018-10-07 23:45:19 -03:00 committed by maxice8
parent 63552823a8
commit 759281f7b8

View file

@ -1,9 +1,9 @@
# Template file for 'python-stem' # Template file for 'python-stem'
pkgname=python-stem pkgname=python-stem
version=1.6.0 version=1.7.0
revision=2 revision=1
noarch=yes noarch=yes
wrksrc=stem-${version/b/} wrksrc="stem-${version/b/}"
build_style=python-module build_style=python-module
pycompile_module="stem" pycompile_module="stem"
hostmakedepends="python-devel python3-devel" hostmakedepends="python-devel python3-devel"
@ -12,8 +12,9 @@ short_desc="Python2 controller library for Tor"
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Orphaned <orphan@voidlinux.eu>"
license="LGPL-3" license="LGPL-3"
homepage="https://stem.torproject.org/" homepage="https://stem.torproject.org/"
changelog="https://stem.torproject.org/change_log.html#version-1-7"
distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.gz" distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.gz"
checksum=d7fe1fb13ed5a94d610b5ad77e9f1b3404db0ca0586ded7a34afd323e3b849ed checksum=1b61363c32f50804a377d472761e26abed56dd9017aba43614dd4a151d7d91ab
alternatives="stem:tor-prompt:/usr/bin/tor-prompt2" alternatives="stem:tor-prompt:/usr/bin/tor-prompt2"
python3-stem_package() { python3-stem_package() {