Date: Tuesday, October 25, 2022 @ 20:06:37
  Author: felixonmars
Revision: 1334862

archrelease: copy trunk to community-x86_64

Added:
  python-levenshtein/repos/community-x86_64/PKGBUILD
    (from rev 1334861, 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-25 20:06:20 UTC (rev 1334861)
+++ PKGBUILD    2022-10-25 20:06:37 UTC (rev 1334862)
@@ -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.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"
-}

Copied: python-levenshtein/repos/community-x86_64/PKGBUILD (from rev 1334861, 
python-levenshtein/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-25 20:06:37 UTC (rev 1334862)
@@ -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.7
+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=('bca69e91e056b4b86340860f4c4e91af291f535d38a756c9a4f9a377024c0491724b972fa5b014da1ad563333cb9b797c9d05359185fc0aecc9fc018fe5d258e')
+
+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