23 lines
No EOL
706 B
Text
23 lines
No EOL
706 B
Text
# Template file for 'python-pyacoustid'
|
|
pkgname=python-pyacoustid
|
|
version=1.0.0
|
|
revision=1
|
|
distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
|
checksum="31900428e7b344dca0c2da594b387e88620c319298e3a6400a968078194407d4"
|
|
build_style=python-module
|
|
hostmakedepends="python-distribute"
|
|
makedepends="python-devel"
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
|
homepage="https://github.com/sampsyo/pyacoustid"
|
|
license="MIT"
|
|
short_desc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API"
|
|
wrksrc="pyacoustid-${version}"
|
|
|
|
python-pyacoustid_package() {
|
|
noarch="yes"
|
|
pycompile_module="pyacoustid"
|
|
depends="python>=2.7"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
} |