[arch-commits] Commit in python-pyacoustid/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Sep 2 08:39:57 UTC 2021


    Date: Thursday, September 2, 2021 @ 08:39:56
  Author: alucryd
Revision: 1010523

archrelease: copy trunk to community-any

Added:
  python-pyacoustid/repos/community-any/PKGBUILD
    (from rev 1010522, python-pyacoustid/trunk/PKGBUILD)
Deleted:
  python-pyacoustid/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 08:39:52 UTC (rev 1010522)
+++ PKGBUILD	2021-09-02 08:39:56 UTC (rev 1010523)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Fernando Jiménez Solano <fjim at sdfeu.org>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=python-pyacoustid
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
-arch=(any)
-url=https://github.com/beetbox/pyacoustid
-license=(MIT)
-depends=(
-  chromaprint
-  python
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=f5284a259db3f47137de8b3e554016211043b870
-source=(git+https://github.com/beetbox/pyacoustid.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pyacoustid
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd pyacoustid
-
-  python setup.py build
-}
-
-package() {
-  cd pyacoustid
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-pyacoustid/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pyacoustid/repos/community-any/PKGBUILD (from rev 1010522, python-pyacoustid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-02 08:39:56 UTC (rev 1010523)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Fernando Jiménez Solano <fjim at sdfeu.org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=python-pyacoustid
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
+arch=(any)
+url=https://github.com/beetbox/pyacoustid
+license=(MIT)
+depends=(
+  chromaprint
+  python
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=7d5ec6e24a5b2fa6fc587698001d2ffa24065b51
+source=(git+https://github.com/beetbox/pyacoustid.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pyacoustid
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd pyacoustid
+
+  python setup.py build
+}
+
+package() {
+  cd pyacoustid
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-pyacoustid/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list