[arch-commits] Commit in python-snowballstemmer/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:38:13 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:38:13
  Author: foutrelis
Revision: 1060923

archrelease: copy trunk to community-staging-any

Added:
  python-snowballstemmer/repos/community-staging-any/PKGBUILD
    (from rev 1060922, python-snowballstemmer/trunk/PKGBUILD)
Deleted:
  python-snowballstemmer/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:38:09 UTC (rev 1060922)
+++ PKGBUILD	2021-12-01 21:38:13 UTC (rev 1060923)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: xantares
-
-pkgname=python-snowballstemmer
-pkgver=2.2.0
-pkgrel=2
-arch=('any')
-pkgdesc="Snowball stemming library collection for Python"
-url='https://snowballstem.org'
-license=('BSD')
-depends=('python')
-optdepends=('python-pystemmer: for improved performance')
-makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-$pkgver.tar.gz")
-sha512sums=('f1dee83e06fc79ffb250892fe62c75e3393b9af07fbf7cde413e6391870aa74934302771239dea5c9bc89806684f95059b00c9ffbcf7340375c9dd8f1216cd37')
-
-build() {
-  cd "$srcdir"/snowballstemmer-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/snowballstemmer-$pkgver/src
-  PYTHONPATH=. python sample/testapp.py english "what's this"
-}
-
-package() {
-  cd "$srcdir"/snowballstemmer-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-snowballstemmer/repos/community-staging-any/PKGBUILD (from rev 1060922, python-snowballstemmer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:38:13 UTC (rev 1060923)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: xantares
+
+pkgname=python-snowballstemmer
+pkgver=2.2.0
+pkgrel=3
+arch=('any')
+pkgdesc="Snowball stemming library collection for Python"
+url='https://snowballstem.org'
+license=('BSD')
+depends=('python')
+optdepends=('python-pystemmer: for improved performance')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-$pkgver.tar.gz")
+sha512sums=('f1dee83e06fc79ffb250892fe62c75e3393b9af07fbf7cde413e6391870aa74934302771239dea5c9bc89806684f95059b00c9ffbcf7340375c9dd8f1216cd37')
+
+build() {
+  cd "$srcdir"/snowballstemmer-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/snowballstemmer-$pkgver/src
+  PYTHONPATH=. python sample/testapp.py english "what's this"
+}
+
+package() {
+  cd "$srcdir"/snowballstemmer-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list