Files
void-packages/srcpkgs/python-pyacoustid/template
2016-12-17 09:37:58 +00:00

23 lines
723 B
Bash

# Template file for 'python-pyacoustid'
pkgname=python-pyacoustid
version=1.1.4
revision=1
noarch=yes
wrksrc="pyacoustid-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
makedepends="${hostmakedepends}"
depends="python python-audioread python-requests chromaprint"
pycompile_module="acoustid.py chromaprint.py"
short_desc="Python bindings for Chromaprint and the Acoustid API"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/sampsyo/pyacoustid"
license="MIT"
distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz"
checksum=b54bc803e936e49170f01febcf89621dda4a1ebb3d407e04e9ead290fa3a6cf3
post_install() {
sed -n '0,/^$/p' acoustid.py > LICENSE
vlicense LICENSE
}