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

Maxime Gauduin alucryd at archlinux.org
Tue May 5 10:59:37 UTC 2020


    Date: Tuesday, May 5, 2020 @ 10:59:36
  Author: alucryd
Revision: 624884

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 42 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 10:59:30 UTC (rev 624883)
+++ PKGBUILD	2020-05-05 10:59:36 UTC (rev 624884)
@@ -1,36 +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.1.7
-pkgrel=2
-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
-)
-source=(git+https://github.com/beetbox/pyacoustid.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-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 624883, python-pyacoustid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-05 10:59:36 UTC (rev 624884)
@@ -0,0 +1,42 @@
+# 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.0
+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
+)
+source=(git+https://github.com/beetbox/pyacoustid.git#tag=dd69cfd1b68ac15bf84597b6ab5ab0aae3226a83)
+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