[arch-commits] Commit in python-pyacoustid/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:19:24 UTC 2018


    Date: Friday, November 9, 2018 @ 22:19:24
  Author: felixonmars
Revision: 404918

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pyacoustid/repos/community-staging-any/PKGBUILD (from rev 404915, python-pyacoustid/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 22:19:24 UTC (rev 404918)
@@ -0,0 +1,33 @@
+# 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:



More information about the arch-commits mailing list