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
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'python-snowballstemmer'
|
# Template file for 'python-snowballstemmer'
|
||||||
pkgname=python-snowballstemmer
|
pkgname=python-snowballstemmer
|
||||||
version=1.2.1
|
version=1.2.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="snowballstemmer-${version}"
|
wrksrc="snowballstemmer-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="snowballstemmer"
|
pycompile_module="snowballstemmer"
|
||||||
short_desc="Snowball stemming library collection for Python2"
|
short_desc="Snowball stemming library collection for Python2"
|
||||||
|
@ -16,13 +15,19 @@ license="BSD"
|
||||||
distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
|
||||||
checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
|
checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
|
||||||
|
|
||||||
python3.4-snowballstemmer_package() {
|
python3-snowballstemmer_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3"
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="snowballstemmer"
|
pycompile_module="snowballstemmer"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
replaces="python3.4-snowballstemmer>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
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}"
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
python-snowballstemmer
|
Loading…
Reference in New Issue