Date: Sunday, October 2, 2022 @ 21:00:53
Author: arojas
Revision: 1320711
archrelease: copy trunk to community-x86_64
Added:
python-jarowinkler/repos/community-x86_64/PKGBUILD
(from rev 1320710, python-jarowinkler/trunk/PKGBUILD)
Deleted:
python-jarowinkler/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-02 21:00:43 UTC (rev 1320710)
+++ PKGBUILD 2022-10-02 21:00:53 UTC (rev 1320711)
@@ -1,36 +0,0 @@
-# Maintainer:
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-
-_name=jarowinkler
-pkgname=python-$_name
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='A library for fast approximate string matching using Jaro and
Jaro-Winkler similarity'
-arch=(x86_64)
-url='https://github.com/maxbachmann/JaroWinkler'
-license=(MIT)
-depends=(python)
-#makedepends=(jarowinkler-cpp python-rapidfuzz-capi python-scikit-build)
-makedepends=(python-build python-installer python-setuptools
python-scikit-build python-rapidfuzz-capi ninja)
-checkdepends=(python-hypothesis python-pytest)
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('206364a885ce296f7f79c669734317f2741f6bbd964907e49e3b9ea0e9de5029')
-
-build() {
- cd $_name-$pkgver
- JAROWINKLER_BUILD_EXTENSION=1 \
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_name-$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 $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
Copied: python-jarowinkler/repos/community-x86_64/PKGBUILD (from rev 1320710,
python-jarowinkler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-02 21:00:53 UTC (rev 1320711)
@@ -0,0 +1,36 @@
+# Maintainer:
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+
+_name=jarowinkler
+pkgname=python-$_name
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='A library for fast approximate string matching using Jaro and
Jaro-Winkler similarity'
+arch=(x86_64)
+url='https://github.com/maxbachmann/JaroWinkler'
+license=(MIT)
+depends=(python)
+#makedepends=(jarowinkler-cpp python-rapidfuzz-capi python-scikit-build)
+makedepends=(python-build python-installer python-setuptools
python-scikit-build python-rapidfuzz-capi ninja)
+checkdepends=(python-hypothesis python-pytest)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('af28ea284cfbd1b21b29ff94b759f20e94e4f7c06f424b0b4702e701c2a21668')
+
+build() {
+ cd $_name-$pkgver
+ JAROWINKLER_BUILD_EXTENSION=1 \
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_name-$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 $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}