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

Felix Yan fyan at nymeria.archlinux.org
Tue Jan 28 15:04:34 UTC 2014


    Date: Tuesday, January 28, 2014 @ 16:04:34
  Author: fyan
Revision: 104954

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-28 15:03:11 UTC (rev 104953)
+++ community-i686/PKGBUILD	2014-01-28 15:04:34 UTC (rev 104954)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: shamrok <szamrok at gmail.com>
-# Contributor: scj <scj archlinux us>
-
-pkgbase=python-levenshtein
-pkgname=(python-levenshtein python2-levenshtein)
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Python extension for computing string edit distances and similarities"
-url="http://pypi.python.org/pypi/python-Levenshtein/"
-license=("GPL")
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz")
-
-prepare() {
-  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
-
-  cd python-Levenshtein-$pkgver
-  sed -i "s|[)].read|, encoding='utf8').read|" setup.py
-}
-
-package_python-levenshtein() {
-  depends=('python')
-
-  cd python-Levenshtein-$pkgver
-  python setup.py build install --prefix=/usr --root="$pkgdir"
-}
-
-package_python2-levenshtein() {
-  depends=('python2')
-
-  cd python2-Levenshtein-$pkgver
-  python2 setup.py build install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')

Copied: python-levenshtein/repos/community-i686/PKGBUILD (from rev 104953, python-levenshtein/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-28 15:04:34 UTC (rev 104954)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: shamrok <szamrok at gmail.com>
+# Contributor: scj <scj archlinux us>
+
+pkgbase=python-levenshtein
+pkgname=(python-levenshtein python2-levenshtein)
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Python extension for computing string edit distances and similarities"
+url="http://pypi.python.org/pypi/python-Levenshtein/"
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz")
+
+prepare() {
+  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
+
+  cd python-Levenshtein-$pkgver
+  sed -i "s|[)].read|, encoding='utf8').read|" setup.py
+}
+
+package_python-levenshtein() {
+  depends=('python')
+
+  cd python-Levenshtein-$pkgver
+  python setup.py build install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+package_python2-levenshtein() {
+  depends=('python2')
+
+  cd python2-Levenshtein-$pkgver
+  python2 setup.py build install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-28 15:03:11 UTC (rev 104953)
+++ community-x86_64/PKGBUILD	2014-01-28 15:04:34 UTC (rev 104954)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: shamrok <szamrok at gmail.com>
-# Contributor: scj <scj archlinux us>
-
-pkgbase=python-levenshtein
-pkgname=(python-levenshtein python2-levenshtein)
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Python extension for computing string edit distances and similarities"
-url="http://pypi.python.org/pypi/python-Levenshtein/"
-license=("GPL")
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz")
-
-prepare() {
-  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
-
-  cd python-Levenshtein-$pkgver
-  sed -i "s|[)].read|, encoding='utf8').read|" setup.py
-}
-
-package_python-levenshtein() {
-  depends=('python')
-
-  cd python-Levenshtein-$pkgver
-  python setup.py build install --prefix=/usr --root="$pkgdir"
-}
-
-package_python2-levenshtein() {
-  depends=('python2')
-
-  cd python2-Levenshtein-$pkgver
-  python2 setup.py build install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')

Copied: python-levenshtein/repos/community-x86_64/PKGBUILD (from rev 104953, python-levenshtein/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-28 15:04:34 UTC (rev 104954)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: shamrok <szamrok at gmail.com>
+# Contributor: scj <scj archlinux us>
+
+pkgbase=python-levenshtein
+pkgname=(python-levenshtein python2-levenshtein)
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Python extension for computing string edit distances and similarities"
+url="http://pypi.python.org/pypi/python-Levenshtein/"
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz")
+
+prepare() {
+  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
+
+  cd python-Levenshtein-$pkgver
+  sed -i "s|[)].read|, encoding='utf8').read|" setup.py
+}
+
+package_python-levenshtein() {
+  depends=('python')
+
+  cd python-Levenshtein-$pkgver
+  python setup.py build install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+package_python2-levenshtein() {
+  depends=('python2')
+
+  cd python2-Levenshtein-$pkgver
+  python2 setup.py build install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')




More information about the arch-commits mailing list