void-packages/srcpkgs/python3-pyacoustid/template

21 lines
692 B
Bash

# Template file for 'python3-pyacoustid'
pkgname=python3-pyacoustid
version=1.3.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="chromaprint python3-audioread python3-requests"
short_desc="Python3 bindings for Chromaprint and the Acoustid API"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/beetbox/pyacoustid"
changelog="https://github.com/beetbox/pyacoustid#version-history"
distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz"
checksum=5f4f487191c19ebb908270b1b7b5297f132da332b1568b96a914574c079ed177
make_check=no # no tests specified
post_install() {
vsconf aidmatch.py
vlicense LICENSE
}