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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 10:17:42 UTC 2022


    Date: Monday, January 10, 2022 @ 10:17:42
  Author: alucryd
Revision: 1099002

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 10:17:36 UTC (rev 1099001)
+++ PKGBUILD	2022-01-10 10:17:42 UTC (rev 1099002)
@@ -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.9
-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
-)
-_tag=c3f9e2d3ed76899214159906af104e0841cd415a
-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 | sed 's/^v//'
-}
-
-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 1099001, python-jellyfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 10:17:42 UTC (rev 1099002)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-jellyfish
+pkgver=0.9.0
+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=4809892a28a0e96f6af982a6e119dca6e4994fb8
+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 | sed 's/^v//'
+}
+
+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