python3-snowballstemmer: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 22:11:50 +02:00
parent 9ffb6244e0
commit c7a068553a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37TcjvW2yNjPzvb9tzuyNRscvqjOLfmTcvMFwmvP4tHe0z/PMvQ6umzxpdgLsw3COPF5DZlozOc1qUKsstAJ/QU=
SHA256 (Pkgfile) = 21224a5c2f6394274d82d684fb1d45985c6204a6bc651e1d2d19da2b5cc79a7f
RWSagIOpLGJF308bxZ6x6LnCpdzj1sAIj3l3EuKNhTMK1NOCfxK0N9CySAs7rqzc0Dijhs4gkWp7wiO3kiJ1XrBEzBbqHUHELgM=
SHA256 (Pkgfile) = a48724c74b0ebe6d124422142d1e924f1dd4ca032f24571111e3575da43c3771
SHA256 (.footprint) = 924e8ac91118a9b2b4cbc47ab71cda6ce9eabd308c669926af66653b785207af
SHA256 (snowballstemmer-2.2.0.tar.gz) = 09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1

View File

@ -1,7 +1,7 @@
# Description: Snowball stemming library collection for Python.
# URL: https://github.com/shibukawa/snowball_py/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
# URL: https://github.com/shibukawa/snowball_py/
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=python3-snowballstemmer
version=2.2.0
@ -9,8 +9,8 @@ release=1
source=(https://pypi.org/packages/source/S/Snowballstemmer/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
}