Date: Sunday, October 30, 2022 @ 22:14:04
  Author: felixonmars
Revision: 1339650

archrelease: copy trunk to community-x86_64

Added:
  python-levenshtein/repos/community-x86_64/PKGBUILD
    (from rev 1339649, 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-30 22:13:56 UTC (rev 1339649)
+++ PKGBUILD    2022-10-30 22:14:04 UTC (rev 1339650)
@@ -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.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"
-}

Copied: python-levenshtein/repos/community-x86_64/PKGBUILD (from rev 1339649, 
python-levenshtein/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-30 22:14:04 UTC (rev 1339650)
@@ -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.8
+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=('3a248b5d1a18c8afeffaa637c831b07266dd36a094b713c18b7182a49de7df9a3b7316d00e9329e2ae49f92c601e32a61590338e30a7e4f33ffe0d76c6219061')
+
+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