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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:46:49 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:46:48
  Author: felixonmars
Revision: 1061135

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:46:47 UTC (rev 1061134)
+++ PKGBUILD	2021-12-01 21:46:48 UTC (rev 1061135)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: fenuks
-
-pkgname=python-fuzzywuzzy
-pkgver=0.18.0
-pkgrel=4
-pkgdesc="Fuzzy string matching like a boss"
-arch=("any")
-url="https://pypi.python.org/pypi/fuzzywuzzy"
-license=('GPL2')
-depends=('python')
-optdepends=('python-levenshtein: provides a 4-10x speedup in string matching')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis' 'python-levenshtein' 'python-pycodestyle')
-source=("https://github.com/seatgeek/fuzzywuzzy/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696')
-
-build() {
-  cd fuzzywuzzy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd fuzzywuzzy-$pkgver
-  # https://github.com/seatgeek/fuzzywuzzy/issues/284
-  pytest --deselect test_fuzzywuzzy_pytest.py::test_process_warning
-}
-
-package() {
-  cd fuzzywuzzy-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-fuzzywuzzy/repos/community-staging-any/PKGBUILD (from rev 1061132, python-fuzzywuzzy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:46:48 UTC (rev 1061135)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: fenuks
+
+pkgname=python-fuzzywuzzy
+pkgver=0.18.0
+pkgrel=5
+pkgdesc="Fuzzy string matching like a boss"
+arch=("any")
+url="https://pypi.python.org/pypi/fuzzywuzzy"
+license=('GPL2')
+depends=('python')
+optdepends=('python-levenshtein: provides a 4-10x speedup in string matching')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-hypothesis' 'python-levenshtein' 'python-pycodestyle')
+source=("https://github.com/seatgeek/fuzzywuzzy/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696')
+
+build() {
+  cd fuzzywuzzy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd fuzzywuzzy-$pkgver
+  # https://github.com/seatgeek/fuzzywuzzy/issues/284
+  pytest --deselect test_fuzzywuzzy_pytest.py::test_process_warning
+}
+
+package() {
+  cd fuzzywuzzy-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list