19 lines
666 B
Bash
19 lines
666 B
Bash
# Template file for 'python3-sounddevice'
|
|
pkgname=python3-sounddevice
|
|
version=0.5.6
|
|
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/"
|
|
changelog="https://raw.githubusercontent.com/spatialaudio/python-sounddevice/master/NEWS.rst"
|
|
distfiles="${PYPI_SITE}/s/sounddevice/sounddevice-${version}.tar.gz"
|
|
checksum=8ec9fbfde2e32f020b167e348f3ab3bac6625a5f15af524d790108ac7147a410
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|