python-pyacoustid: misc tweak; rev bump.
This commit is contained in:
parent
23041ac0d0
commit
c956601dc3
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python-pyacoustid'
|
# Template file for 'python-pyacoustid'
|
||||||
pkgname=python-pyacoustid
|
pkgname=python-pyacoustid
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
||||||
checksum="31900428e7b344dca0c2da594b387e88620c319298e3a6400a968078194407d4"
|
checksum="31900428e7b344dca0c2da594b387e88620c319298e3a6400a968078194407d4"
|
||||||
build_style=python-module
|
build_style="python-module"
|
||||||
hostmakedepends="python-distribute"
|
|
||||||
makedepends="python-devel"
|
|
||||||
noarch="yes"
|
|
||||||
pycompile_module="pyacoustid"
|
pycompile_module="pyacoustid"
|
||||||
depends="python>=2.7"
|
hostmakedepends="python-devel python-distribute"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="python"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/sampsyo/pyacoustid"
|
homepage="https://github.com/sampsyo/pyacoustid"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
short_desc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API"
|
short_desc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API"
|
||||||
|
|
||||||
|
noarch="yes"
|
||||||
wrksrc="pyacoustid-${version}"
|
wrksrc="pyacoustid-${version}"
|
||||||
|
|
Loading…
Reference in New Issue