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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 18:09:44 UTC 2019


    Date: Thursday, October 31, 2019 @ 18:09:44
  Author: felixonmars
Revision: 521571

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 18:09:43 UTC (rev 521570)
+++ PKGBUILD	2019-10-31 18:09:44 UTC (rev 521571)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-jellyfish
-pkgver=0.7.2
-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=(
-  git
-  python-setuptools
-)
-source=(
-  git+https://github.com/jamesturk/jellyfish.git#tag=${pkgver}
-  git+https://github.com/jamesturk/cjellyfish.git
-)
-sha256sums=('SKIP'
-            'SKIP')
-
-prepare() {
-  cd jellyfish
-
-  for submodule in cjellyfish; do
-    git submodule init ${submodule}
-    git config submodule.${submodule}.url ../${submodule}
-    git submodule update ${submodule}
-  done
-
-}
-
-build() {
-  cd jellyfish
-
-  python setup.py build
-}
-
-package() {
-  cd jellyfish
-
-  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:

Copied: python-jellyfish/repos/community-staging-x86_64/PKGBUILD (from rev 521568, python-jellyfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 18:09:44 UTC (rev 521571)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-jellyfish
+pkgver=0.7.2
+pkgrel=3
+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=(
+  git
+  python-setuptools
+)
+source=(
+  git+https://github.com/jamesturk/jellyfish.git#tag=${pkgver}
+  git+https://github.com/jamesturk/cjellyfish.git
+)
+sha256sums=('SKIP'
+            'SKIP')
+
+prepare() {
+  cd jellyfish
+
+  for submodule in cjellyfish; do
+    git submodule init ${submodule}
+    git config submodule.${submodule}.url ../${submodule}
+    git submodule update ${submodule}
+  done
+
+}
+
+build() {
+  cd jellyfish
+
+  python setup.py build
+}
+
+package() {
+  cd jellyfish
+
+  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