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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 17:13:47 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:13:47
  Author: foutrelis
Revision: 521297

archrelease: copy trunk to community-staging-x86_64

Added:
  python-levenshtein/repos/community-staging-x86_64/PKGBUILD
    (from rev 521296, python-levenshtein/trunk/PKGBUILD)
Deleted:
  python-levenshtein/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:13:43 UTC (rev 521296)
+++ PKGBUILD	2019-10-31 17:13:47 UTC (rev 521297)
@@ -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=7
-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-staging-x86_64/PKGBUILD (from rev 521296, python-levenshtein/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:13:47 UTC (rev 521297)
@@ -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=8
+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