[arch-commits] Commit in python-jellyfish/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat Jun 30 16:09:36 UTC 2018


    Date: Saturday, June 30, 2018 @ 16:09:36
  Author: felixonmars
Revision: 348392

archrelease: copy trunk to community-staging-x86_64

Added:
  python-jellyfish/repos/community-staging-x86_64/
  python-jellyfish/repos/community-staging-x86_64/PKGBUILD
    (from rev 348391, python-jellyfish/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: python-jellyfish/repos/community-staging-x86_64/PKGBUILD (from rev 348391, python-jellyfish/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-06-30 16:09:36 UTC (rev 348392)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-jellyfish
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='A python library for doing approximate and phonetic matching of strings'
+arch=('x86_64')
+url='https://github.com/jamesturk/jellyfish'
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/j/jellyfish/jellyfish-0.6.1.tar.gz")
+sha256sums=('5104e45a2b804b48a46a92a5e6d6e86830fe60ae83b1da32c867402c8f4c2094')
+
+build() {
+  cd jellyfish-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd jellyfish-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-jellyfish/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list