python-snowballstemmer: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 16:35:47 +07:00
parent b6594c5412
commit 878957cd15
3 changed files with 18 additions and 27 deletions

View file

@ -1,26 +0,0 @@
# Template file for 'python-snowballstemmer'
pkgname=python-snowballstemmer
version=1.2.1
revision=4
archs=noarch
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() {
archs=noarch
depends="python3"
pycompile_module="snowballstemmer"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

View file

@ -1 +0,0 @@
python-snowballstemmer

View file

@ -0,0 +1,18 @@
# Template file for 'python3-snowballstemmer'
pkgname=python3-snowballstemmer
version=1.2.1
revision=5
wrksrc="snowballstemmer-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Snowball stemming library collection for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/shibukawa/snowball_py"
distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
post_install() {
vlicense LICENSE.rst
}