[arch-commits] Commit in python-levenshtein/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Nov 10 05:13:50 UTC 2020
Date: Tuesday, November 10, 2020 @ 05:13:50
Author: foutrelis
Revision: 749370
archrelease: copy trunk to community-staging-x86_64
Added:
python-levenshtein/repos/community-staging-x86_64/
python-levenshtein/repos/community-staging-x86_64/PKGBUILD
(from rev 749369, python-levenshtein/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: python-levenshtein/repos/community-staging-x86_64/PKGBUILD (from rev 749369, python-levenshtein/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-11-10 05:13:50 UTC (rev 749370)
@@ -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.12.0
+pkgrel=9
+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-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz")
+sha512sums=('95df064490970618b003bccbef9071b1a2a3ee4645ac8e851f4205bd4e8123d21ee0ee733adfeec79085faa01ba39902e2a4a26bfb21b70678377579157df4a5')
+
+package() {
+ cd python-Levenshtein-$pkgver
+ python setup.py build install -O1 --prefix=/usr --root="$pkgdir"
+}
More information about the arch-commits
mailing list