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

Maxime Gauduin alucryd at archlinux.org
Mon Jun 3 08:14:28 UTC 2019


    Date: Monday, June 3, 2019 @ 08:14:27
  Author: alucryd
Revision: 476706

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-03 08:14:26 UTC (rev 476705)
+++ PKGBUILD	2019-06-03 08:14:27 UTC (rev 476706)
@@ -1,32 +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.5
-pkgrel=4
-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}"
-        'https://raw.github.com/beetbox/beets/master/LICENSE')
-sha256sums=('SKIP'
-            '69b9fa8fe9700714fc1f002aa6bfef097e5422372979195ab48956cd48e20aaf')
-
-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 476704, python-pyacoustid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-03 08:14:27 UTC (rev 476706)
@@ -0,0 +1,36 @@
+# 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=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=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:



More information about the arch-commits mailing list