[arch-commits] Commit in python-levenshtein/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jan 21 21:13:52 UTC 2021
Date: Thursday, January 21, 2021 @ 21:13:49
Author: felixonmars
Revision: 824127
archrelease: copy trunk to community-x86_64
Added:
python-levenshtein/repos/community-x86_64/PKGBUILD
(from rev 824126, python-levenshtein/trunk/PKGBUILD)
Deleted:
python-levenshtein/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-21 21:13:34 UTC (rev 824126)
+++ PKGBUILD 2021-01-21 21:13:49 UTC (rev 824127)
@@ -1,21 +0,0 @@
-# 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=10
-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"
-}
Copied: python-levenshtein/repos/community-x86_64/PKGBUILD (from rev 824126, python-levenshtein/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-21 21:13:49 UTC (rev 824127)
@@ -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.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-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz")
+sha512sums=('e5b9dfda4ebe1f1111e2ac86219be5659a763368759d13393bd32c6c5d78d9b183c757c7e8ff1bd8a2f73450f0a255cc78664f03d899e1e5af2e58d871843722')
+
+package() {
+ cd python-Levenshtein-$pkgver
+ python setup.py build install -O1 --prefix=/usr --root="$pkgdir"
+}
More information about the arch-commits
mailing list