void-packages/srcpkgs/python3-audioread/template

20 lines
605 B
Bash

# Template file for 'python3-audioread'
pkgname=python3-audioread
version=3.0.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-pytest-xdist ffmpeg"
short_desc="Multi-library, cross-platform audio decoding (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/sampsyo/audioread/"
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
checksum=ac5460a5498c48bdf2e8e767402583a4dcd13f4414d286f42ce4379e8b35066d
post_install() {
vlicense LICENSE
vdoc "${FILESDIR}/README.voidlinux"
}