Date: Sunday, December 11, 2022 @ 15:02:06
  Author: arojas
Revision: 1358754

archrelease: copy trunk to community-x86_64

Added:
  python-rapidfuzz/repos/community-x86_64/PKGBUILD
    (from rev 1358753, python-rapidfuzz/trunk/PKGBUILD)
Deleted:
  python-rapidfuzz/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-11 15:01:53 UTC (rev 1358753)
+++ PKGBUILD    2022-12-11 15:02:06 UTC (rev 1358754)
@@ -1,39 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-# Contributor: Caltlgin Stsodaat <cont...@fossdaily.xyz>
-
-_pkgname=rapidfuzz
-pkgname=python-$_pkgname
-pkgver=2.13.3
-pkgrel=1
-pkgdesc='Rapid fuzzy string matching in Python using various string metrics'
-arch=(x86_64)
-url='https://github.com/maxbachmann/rapidfuzz'
-license=(MIT)
-depends=(python-jarowinkler)
-makedepends=(python-build python-installer python-scikit-build 
python-rapidfuzz-capi)
-checkdepends=(python-hypothesis python-pandas python-pytest)
-optdepends=(python-numpy)
-source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('c734d54b5fbdcfea605f7365dedb7083e7499d394fbd03378d663b398e9790ad')
-
-build() {
-  cd $_pkgname-$pkgver
-  RAPIDFUZZ_BUILD_EXTENSION=1 \
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-rapidfuzz/repos/community-x86_64/PKGBUILD (from rev 1358753, 
python-rapidfuzz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-11 15:02:06 UTC (rev 1358754)
@@ -0,0 +1,39 @@
+# Maintainer:
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+# Contributor: Caltlgin Stsodaat <cont...@fossdaily.xyz>
+
+_pkgname=rapidfuzz
+pkgname=python-$_pkgname
+pkgver=2.13.5
+pkgrel=1
+pkgdesc='Rapid fuzzy string matching in Python using various string metrics'
+arch=(x86_64)
+url='https://github.com/maxbachmann/rapidfuzz'
+license=(MIT)
+depends=(python-jarowinkler)
+makedepends=(python-build python-installer python-scikit-build 
python-rapidfuzz-capi)
+checkdepends=(python-hypothesis python-pandas python-pytest)
+optdepends=(python-numpy)
+source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('1c425ffa7a3fbcaa4bb90b6d083dabc974b96c535b73f03fb6ef0ae3fb47b4a6')
+
+build() {
+  cd $_pkgname-$pkgver
+  RAPIDFUZZ_BUILD_EXTENSION=1 \
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to