[arch-commits] Commit in (4 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 21 07:37:03 UTC 2015
Date: Tuesday, April 21, 2015 @ 09:37:03
Author: alucryd
Revision: 131801
Add python2-jellyfish
Added:
python2-jellyfish/
python2-jellyfish/repos/
python2-jellyfish/trunk/
python2-jellyfish/trunk/PKGBUILD
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Added: python2-jellyfish/trunk/PKGBUILD
===================================================================
--- python2-jellyfish/trunk/PKGBUILD (rev 0)
+++ python2-jellyfish/trunk/PKGBUILD 2015-04-21 07:37:03 UTC (rev 131801)
@@ -0,0 +1,31 @@
+# $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:
Property changes on: python2-jellyfish/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list