[arch-commits] Commit in python-jellyfish/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Mar 18 09:45:01 UTC 2021


    Date: Thursday, March 18, 2021 @ 09:45:01
  Author: alucryd
Revision: 894353

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 09:44:55 UTC (rev 894352)
+++ PKGBUILD	2021-03-18 09:45:01 UTC (rev 894353)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-jellyfish
-pkgver=0.8.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=a5983092df14a45ab0cf0c3a8a071a3eb66f8e9a
-  git+https://github.com/jamesturk/cjellyfish.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd jellyfish
-
-  git describe --tags
-}
-
-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-x86_64/PKGBUILD (from rev 894352, python-jellyfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-18 09:45:01 UTC (rev 894353)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-jellyfish
+pkgver=v0.8.3
+pkgrel=1
+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
+)
+_tag=081b6e2fb6830c70cf6a13af6eb66cdf3ba8e06b
+source=(
+  git+https://github.com/jamesturk/jellyfish.git#tag=${_tag}
+  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
+}
+
+pkgver() {
+  cd jellyfish
+
+  git describe --tags
+}
+
+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