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

Maxime Gauduin alucryd at archlinux.org
Sat Nov 17 15:48:04 UTC 2018


    Date: Saturday, November 17, 2018 @ 15:48:03
  Author: alucryd
Revision: 408560

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-17 15:47:55 UTC (rev 408559)
+++ PKGBUILD	2018-11-17 15:48:03 UTC (rev 408560)
@@ -1,33 +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=3
-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_python-pyacoustid() {
-  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 408559, python-pyacoustid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-17 15:48:03 UTC (rev 408560)
@@ -0,0 +1,32 @@
+# 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:



More information about the arch-commits mailing list