27 lines
801 B
Bash
27 lines
801 B
Bash
# Template file for 'python-snowballstemmer'
|
|
pkgname=python-snowballstemmer
|
|
version=1.2.1
|
|
revision=3
|
|
noarch=yes
|
|
wrksrc="snowballstemmer-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
pycompile_module="snowballstemmer"
|
|
short_desc="Snowball stemming library collection for Python2"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/shibukawa/snowball_py"
|
|
license="BSD"
|
|
distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
|
|
checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
|
|
|
|
python3-snowballstemmer_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="snowballstemmer"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|