mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
python3-snowballstemmer: update to 2.2.0.
This commit is contained in:
parent
4177f2d8b8
commit
e491febd29
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue