# Template file for 'python3-sounddevice'
pkgname=python3-sounddevice
version=0.5.5
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-cffi"
depends="python3-numpy python3-cffi"
short_desc="Play and record sound with Python"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/spatialaudio/python-sounddevice/"
distfiles="${PYPI_SITE}/s/sounddevice/sounddevice-${version}.tar.gz"
checksum=22487b65198cb5bf2208755105b524f78ad173e5ab6b445bdab1c989f6698df3

post_install() {
	vlicense LICENSE
}
