From c7a068553a9f7e1da1e0b09cea0f98fe63ed3246 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 6 Aug 2023 22:11:50 +0200 Subject: [PATCH] python3-snowballstemmer: marked unmaintained --- python3-snowballstemmer/.signature | 4 ++-- python3-snowballstemmer/Pkgfile | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/python3-snowballstemmer/.signature b/python3-snowballstemmer/.signature index aceabbab5..5df469d7f 100644 --- a/python3-snowballstemmer/.signature +++ b/python3-snowballstemmer/.signature @@ -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 diff --git a/python3-snowballstemmer/Pkgfile b/python3-snowballstemmer/Pkgfile index 9dad9f02b..f6592d803 100644 --- a/python3-snowballstemmer/Pkgfile +++ b/python3-snowballstemmer/Pkgfile @@ -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 }