Date: Monday, April 10, 2023 @ 21:13:24
Author: arojas
Revision: 1444600
archrelease: copy trunk to community-staging-x86_64
Added:
python-rapidfuzz/repos/community-staging-x86_64/PKGBUILD
(from rev 1444599, python-rapidfuzz/trunk/PKGBUILD)
Deleted:
python-rapidfuzz/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 21:13:12 UTC (rev 1444599)
+++ PKGBUILD 2023-04-10 21:13:24 UTC (rev 1444600)
@@ -1,39 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-# Contributor: Caltlgin Stsodaat <[email protected]>
-
-_pkgname=rapidfuzz
-pkgname=python-$_pkgname
-pkgver=2.13.7
-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=('8d3e252d4127c79b4d7c2ae47271636cbaca905c8bb46d80c7930ab906cf4b5c')
-
-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-staging-x86_64/PKGBUILD (from rev
1444599, python-rapidfuzz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 21:13:24 UTC (rev 1444600)
@@ -0,0 +1,39 @@
+# Maintainer:
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+# Contributor: Caltlgin Stsodaat <[email protected]>
+
+_pkgname=rapidfuzz
+pkgname=python-$_pkgname
+pkgver=2.15.0
+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=('1c7e439d1428882d297bdd0db5626fc4626cdebe50d3fbbf4ed898f775ca56d5')
+
+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
+}