Date: Sunday, October 9, 2022 @ 12:45:23
Author: felixonmars
Revision: 1324485
archrelease: copy trunk to community-x86_64
Added:
python-levenshtein/repos/community-x86_64/PKGBUILD
(from rev 1324484, 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-09 12:44:57 UTC (rev 1324484)
+++ PKGBUILD 2022-10-09 12:45:23 UTC (rev 1324485)
@@ -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.3
-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=('3adde94e7f195aaae3361296d4ec2e7694c6afb92abcde866d659a827bfdfc2ab1fb28d92332966abd7da8392590cd96415b7f593bde8375b35bbe845e9ddfe3')
-
-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 1324484,
python-levenshtein/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-09 12:45:23 UTC (rev 1324485)
@@ -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.4
+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=('fef0f19e67ec5caae6a3ba42bba916fafcdc47c6ef5e5487cfe0a246ad0d9e393233269f986e3391a6443f707e64a9022531fa1a653597a952794ef402644dbe')
+
+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"
+}