Date: Monday, May 1, 2023 @ 13:45:24
Author: arojas
Revision: 1455579
archrelease: copy trunk to community-x86_64
Added:
python-levenshtein/repos/community-x86_64/PKGBUILD
(from rev 1455578, python-levenshtein/trunk/PKGBUILD)
Deleted:
python-levenshtein/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-01 13:45:13 UTC (rev 1455578)
+++ PKGBUILD 2023-05-01 13:45:24 UTC (rev 1455579)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Thomas S Hatch <[email protected]>
-# Contributor: shamrok <[email protected]>
-# Contributor: scj <scj archlinux us>
-
-pkgname=python-levenshtein
-pkgver=0.20.9
-pkgrel=1
-pkgdesc="Python extension for computing string edit distances and similarities"
-url="https://pypi.python.org/pypi/python-Levenshtein/"
-license=('GPL')
-arch=('x86_64')
-depends=('python-rapidfuzz')
-makedepends=('python-scikit-build' 'cython' 'rapidfuzz-cpp')
-checkdepends=('python-pytest')
-#source=("https://files.pythonhosted.org/packages/source/L/Levenshtein/Levenshtein-$pkgver.tar.gz")
-source=("https://github.com/maxbachmann/Levenshtein/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('1d5dccd33ae8bd19b234861435212c7a57ba330a5f76a45c9e5b8ac3e401bc3d5eb3c72aea20e66bf0ebaaa6b760131dfef07fb5a2cf4d7191b595e1d962d93c')
-
-build() {
- cd Levenshtein-$pkgver
- python setup.py build
-}
-
-check() {
- cd Levenshtein-$pkgver
- PYTHONPATH=`echo
"$PWD"/_skbuild/linux-x86_64-*/setuptools/lib.linux-x86_64-*` \
- pytest
-}
-
-package() {
- cd Levenshtein-$pkgver
- python setup.py install -O1 --root="$pkgdir"
-}
Copied: python-levenshtein/repos/community-x86_64/PKGBUILD (from rev 1455578,
python-levenshtein/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-01 13:45:24 UTC (rev 1455579)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Thomas S Hatch <[email protected]>
+# Contributor: shamrok <[email protected]>
+# Contributor: scj <scj archlinux us>
+
+pkgname=python-levenshtein
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="Python extension for computing string edit distances and similarities"
+url="https://pypi.python.org/pypi/python-Levenshtein/"
+license=('GPL')
+arch=('x86_64')
+depends=('python-rapidfuzz')
+makedepends=('python-scikit-build' 'cython' 'rapidfuzz-cpp')
+checkdepends=('python-pytest')
+#source=("https://files.pythonhosted.org/packages/source/L/Levenshtein/Levenshtein-$pkgver.tar.gz")
+source=("https://github.com/maxbachmann/Levenshtein/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('bb1cf70497e89db5b427eb4ac79708d205fc9edfc9588d30c63ef6e3e77b9369c8892edc31c32cb135d54947e8eedb770d06a7d5c6f8743d44378d7d1a12d459')
+
+build() {
+ cd Levenshtein-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd Levenshtein-$pkgver
+ PYTHONPATH=`echo
"$PWD"/_skbuild/linux-x86_64-*/setuptools/lib.linux-x86_64-*` \
+ pytest
+}
+
+package() {
+ cd Levenshtein-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+}