[arch-commits] Commit in python-rapidfuzz/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Aug 31 16:57:03 UTC 2022


    Date: Wednesday, August 31, 2022 @ 16:57:03
  Author: arojas
Revision: 1289173

archrelease: copy trunk to community-x86_64

Added:
  python-rapidfuzz/repos/community-x86_64/PKGBUILD
    (from rev 1289172, 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-08-31 16:56:54 UTC (rev 1289172)
+++ PKGBUILD	2022-08-31 16:57:03 UTC (rev 1289173)
@@ -1,39 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-# Contributor: Caltlgin Stsodaat <contact at fossdaily.xyz>
-
-_pkgname=rapidfuzz
-pkgname=python-$_pkgname
-pkgver=2.4.2
-pkgrel=2
-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=('5046d8beaa829e4bc172014a006fa78825643fa39589cbf96f0e7bb098f1e973')
-
-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 1289172, python-rapidfuzz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-31 16:57:03 UTC (rev 1289173)
@@ -0,0 +1,39 @@
+# Maintainer:
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+# Contributor: Caltlgin Stsodaat <contact at fossdaily.xyz>
+
+_pkgname=rapidfuzz
+pkgname=python-$_pkgname
+pkgver=2.4.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=('52cf611f9f3025dcd4583a2d5da5c5611769ec8e97e344107ce9ae10f125a041')
+
+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
+}



More information about the arch-commits mailing list