python-stem: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
4d0d5047c1
commit
169b3a1ae5
2 changed files with 17 additions and 12 deletions
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'python-stem'
|
||||
pkgname=python-stem
|
||||
version=1.4.1b
|
||||
revision=3
|
||||
revision=4
|
||||
noarch=yes
|
||||
wrksrc=stem-${version/b/}
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="stem"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
depends="python-crypto"
|
||||
short_desc="Python2 controller library for Tor"
|
||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
|
@ -15,18 +14,23 @@ license="LGPL-3"
|
|||
homepage="https://stem.torproject.org/"
|
||||
distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.bz2"
|
||||
checksum=475ba00120d571bd959d7ef24e45c4c698bb568c9321043eb7a10c1f6e554325
|
||||
alternatives="stem:tor-prompt:/usr/bin/tor-prompt2.7"
|
||||
alternatives="stem:tor-prompt:/usr/bin/tor-prompt2"
|
||||
|
||||
python3.4-stem_package() {
|
||||
python3-stem_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-crypto"
|
||||
pycompile_version="3.4"
|
||||
depends="python3-crypto"
|
||||
pycompile_module="stem"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
alternatives="stem:tor-prompt:/usr/bin/tor-prompt3.4"
|
||||
replaces="python3.4-stem>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="stem:tor-prompt:/usr/bin/tor-prompt3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/tor-prompt3.4
|
||||
vmove usr/lib/python3.4
|
||||
vmove usr/bin/tor-prompt3
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
||||
|
||||
python3.4-stem_package() {
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-stem>=${version}_${revision}"
|
||||
}
|
||||
|
|
1
srcpkgs/python3-stem
Symbolic link
1
srcpkgs/python3-stem
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-stem
|
Loading…
Add table
Reference in a new issue