# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=py3-precise-runner pkgver=0.2.1 pkgrel=0 pkgdesc="A lightweight, simple-to-use, RNN wake word listener " url="https://github.com/MycroftAI/mycroft-precise" arch="noarch !mips !mips64 !s390x" # Blocked by py3-bbopt license="Apache-2.0" depends="python3 py3-bbopt py3-fitipy py3-pyaudio" makedepends="py3-setuptools" source="https://pypi.python.org/packages/source/p/precise-runner/precise-runner-$pkgver.tar.gz" options="!check" # No tests builddir="$srcdir/precise-runner-$pkgver" build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="1ba39f8ca1c8ce00d02794e0bfb1890d6f376e60cd190bd773da8bab7cfc92ea14ce60b01eb08755da16d44e170295b6a66611b2aa532d70609677984bce44a2 precise-runner-0.2.1.tar.gz"