[arch-commits] Commit in python2-jellyfish/repos (4 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Apr 24 18:54:14 UTC 2015
Date: Friday, April 24, 2015 @ 20:54:14
Author: alucryd
Revision: 132195
archrelease: copy trunk to community-i686, community-x86_64
Added:
python2-jellyfish/repos/community-i686/PKGBUILD
(from rev 132194, python2-jellyfish/trunk/PKGBUILD)
python2-jellyfish/repos/community-x86_64/PKGBUILD
(from rev 132194, python2-jellyfish/trunk/PKGBUILD)
Deleted:
python2-jellyfish/repos/community-i686/PKGBUILD
python2-jellyfish/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 ----------------------
community-x86_64/PKGBUILD | 31 ----------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-24 18:53:54 UTC (rev 132194)
+++ community-i686/PKGBUILD 2015-04-24 18:54:14 UTC (rev 132195)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python2-jellyfish
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='A python library for doing approximate and phonetic matching of strings'
-arch=('i686' 'x86_64')
-url='https://github.com/sunlightlabs/jellyfish'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz")
-sha256sums=('89f6264b98b11a40528c0faf6e2035c15023b628b3e51c62fd2082d103b100cc')
-
-build() {
- cd jellyfish-${pkgver}
-
- python2 setup.py build
-}
-
-package() {
- cd jellyfish-${pkgver}
-
- python2 setup.py install --root="${pkgdir}" --optimize='1'
-
- install -dm 755 "${pkgdir}"/usr/share/licenses/python2-jellyfish
- install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python2-jellyfish/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python2-jellyfish/repos/community-i686/PKGBUILD (from rev 132194, python2-jellyfish/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 18:54:14 UTC (rev 132195)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python2-jellyfish
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='A python library for doing approximate and phonetic matching of strings'
+arch=('i686' 'x86_64')
+url='https://github.com/sunlightlabs/jellyfish'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz")
+sha256sums=('e19b8fac54fe89925589fc866f37cd8926d38551e038793fbab243caf903e812')
+
+build() {
+ cd jellyfish-${pkgver}
+
+ python2 setup.py build
+}
+
+package() {
+ cd jellyfish-${pkgver}
+
+ python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+ install -dm 755 "${pkgdir}"/usr/share/licenses/python2-jellyfish
+ install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python2-jellyfish/
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-24 18:53:54 UTC (rev 132194)
+++ community-x86_64/PKGBUILD 2015-04-24 18:54:14 UTC (rev 132195)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python2-jellyfish
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='A python library for doing approximate and phonetic matching of strings'
-arch=('i686' 'x86_64')
-url='https://github.com/sunlightlabs/jellyfish'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz")
-sha256sums=('89f6264b98b11a40528c0faf6e2035c15023b628b3e51c62fd2082d103b100cc')
-
-build() {
- cd jellyfish-${pkgver}
-
- python2 setup.py build
-}
-
-package() {
- cd jellyfish-${pkgver}
-
- python2 setup.py install --root="${pkgdir}" --optimize='1'
-
- install -dm 755 "${pkgdir}"/usr/share/licenses/python2-jellyfish
- install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python2-jellyfish/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python2-jellyfish/repos/community-x86_64/PKGBUILD (from rev 132194, python2-jellyfish/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-24 18:54:14 UTC (rev 132195)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python2-jellyfish
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='A python library for doing approximate and phonetic matching of strings'
+arch=('i686' 'x86_64')
+url='https://github.com/sunlightlabs/jellyfish'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz")
+sha256sums=('e19b8fac54fe89925589fc866f37cd8926d38551e038793fbab243caf903e812')
+
+build() {
+ cd jellyfish-${pkgver}
+
+ python2 setup.py build
+}
+
+package() {
+ cd jellyfish-${pkgver}
+
+ python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+ install -dm 755 "${pkgdir}"/usr/share/licenses/python2-jellyfish
+ install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python2-jellyfish/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list