python-snowballstemmer: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
0dad9eaa52
commit
a075a69b3b
2 changed files with 14 additions and 8 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python-snowballstemmer'
|
||||
pkgname=python-snowballstemmer
|
||||
version=1.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="snowballstemmer-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="snowballstemmer"
|
||||
short_desc="Snowball stemming library collection for Python2"
|
||||
|
@ -16,13 +15,19 @@ license="BSD"
|
|||
distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
|
||||
checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
|
||||
|
||||
python3.4-snowballstemmer_package() {
|
||||
python3-snowballstemmer_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
depends="python3"
|
||||
pycompile_module="snowballstemmer"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
replaces="python3.4-snowballstemmer>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
||||
python3.4-snowballstemmer_package() {
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-snowballstemmer>=${version}_${revision}"
|
||||
}
|
||||
|
|
1
srcpkgs/python3-snowballstemmer
Symbolic link
1
srcpkgs/python3-snowballstemmer
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-snowballstemmer
|
Loading…
Reference in a new issue