[arch-commits] Commit in python-levenshtein/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 31 18:36:01 UTC 2022


    Date: Sunday, July 31, 2022 @ 18:36:01
  Author: arojas
Revision: 1259406

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: python-levenshtein/repos/community-testing-x86_64/PKGBUILD (from rev 1259405, python-levenshtein/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-07-31 18:36:01 UTC (rev 1259406)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: shamrok <szamrok at gmail.com>
+# Contributor: scj <scj archlinux us>
+
+pkgname=python-levenshtein
+pkgver=0.20.1
+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')
+makedepends=('python-scikit-build')
+source=("https://files.pythonhosted.org/packages/source/L/Levenshtein/Levenshtein-$pkgver.tar.gz")
+sha512sums=('0b74b619e123454f430a33414a9eb18ea57c5294f5d6a0a0e9cb78b79949f2acbae75c299e7263551b6cc9fad5768707b95592cfc3b5e063038b6ba8f50d218b')
+
+package() {
+  cd Levenshtein-$pkgver
+  python setup.py build install -O1 --prefix=/usr --root="$pkgdir"
+}



More information about the arch-commits mailing list