[arch-commits] Commit in python-pyacoustid/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 4 02:03:03 UTC 2019
Date: Monday, November 4, 2019 @ 02:03:02
Author: felixonmars
Revision: 522961
archrelease: copy trunk to community-staging-any
Added:
python-pyacoustid/repos/community-staging-any/
python-pyacoustid/repos/community-staging-any/PKGBUILD
(from rev 522960, python-pyacoustid/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: python-pyacoustid/repos/community-staging-any/PKGBUILD (from rev 522960, python-pyacoustid/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-11-04 02:03:02 UTC (rev 522961)
@@ -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=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:
More information about the arch-commits
mailing list