Date: Saturday, October 22, 2022 @ 09:59:22
  Author: felixonmars
Revision: 1333472

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-22 09:59:14 UTC (rev 1333471)
+++ PKGBUILD    2022-10-22 09:59:22 UTC (rev 1333472)
@@ -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.5
-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=('d3afd384023537de5918e011e16395c7dc69ba61c4823eb64e938810dbf49cbf5379589a4cc13e7dd49f8a2e683498d3768717e52678ee01fb8d1dd55c304307')
-
-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 1333471, 
python-levenshtein/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-22 09:59:22 UTC (rev 1333472)
@@ -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.20.6
+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=('4e2d6d7f59e8e2190029d9f5f49ed8407997935076233b79a7c81470a84446851e14f5edbbb42d48a85dbdf0116b40186d896f172f2d740f769a7e7cb9350e7f')
+
+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"
+}

Reply via email to