[arch-commits] Commit in python-whoosh/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 10:08:39 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:08:39
  Author: foutrelis
Revision: 751430

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 10:08:35 UTC (rev 751429)
+++ PKGBUILD	2020-11-12 10:08:39 UTC (rev 751430)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Samuel Littley <aur at toastwaffle.com>
-# Contributor: rnons <remotenonsense at gmail dot com>
-
-pkgname=python-whoosh
-pkgver=2.7.4
-pkgrel=6
-pkgdesc="Fast, pure-Python full text indexing, search, and spell checking library"
-arch=('any')
-url="https://github.com/mchaput/whoosh"
-license=("BSD")
-depends=('python')
-makedepends=('python-setuptools' 'git')
-checkdepends=('python-pytest-runner')
-source=("git+https://github.com/mchaput/whoosh#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/whoosh
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/whoosh
-  python setup.py ptr || echo "Tests failed"
-}
-
-package() {
-  cd whoosh
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-whoosh/repos/community-staging-any/PKGBUILD (from rev 751429, python-whoosh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:08:39 UTC (rev 751430)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Samuel Littley <aur at toastwaffle.com>
+# Contributor: rnons <remotenonsense at gmail dot com>
+
+pkgname=python-whoosh
+pkgver=2.7.4
+pkgrel=7
+pkgdesc="Fast, pure-Python full text indexing, search, and spell checking library"
+arch=('any')
+url="https://github.com/mchaput/whoosh"
+license=("BSD")
+depends=('python')
+makedepends=('python-setuptools' 'git')
+checkdepends=('python-pytest-runner')
+source=("git+https://github.com/mchaput/whoosh#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/whoosh
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/whoosh
+  python setup.py ptr || echo "Tests failed"
+}
+
+package() {
+  cd whoosh
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list