python3-snowballstemmer: update to 2.2.0.

This commit is contained in:
Daniel Martinez 2023-12-19 23:26:09 -05:00 committed by Đoàn Trần Công Danh
parent 4177f2d8b8
commit e491febd29

View file

@ -1,17 +1,17 @@
# Template file for 'python3-snowballstemmer'
pkgname=python3-snowballstemmer
version=1.2.1
revision=9
version=2.2.0
revision=1
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"
license="BSD-3-Clause"
homepage="https://github.com/snowballstem/snowball"
distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
checksum=09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1
post_install() {
vlicense LICENSE.rst
vlicense COPYING
}