# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=py3-inotifyrecursive
_pyname="inotifyrecursive"
pkgver=0.3.5
pkgrel=1
arch="noarch"
pkgdesc="Simple recursive inotify watches for Python"
url="https://pypi.python.org/project/inotifyrecursive"
license="LGPL-3.0-only"
depends="
	py3-inotify_simple
	"
makedepends="
	py3-setuptools
	py3-gpep517
	py3-wheel
	"
options="!check" # No testsuite
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/i/inotifyrecursive/inotifyrecursive-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
subpackages="$pkgname-pyc"

build() {
	gpep517 build-wheel \
		--wheel-dir .dist \
		--output-fd 3 3>&1 >&2
}

package() {
	python3 -m installer -d "$pkgdir" \
		.dist/*.whl
}

sha512sums="
23d37d1574dd8228d1905bb02ff9ae2ad56e7905482c004029c3d9f79f94da10a1255395df638dd356b69da787f4dc05d1f90eeb65d0abfedec71054c3fdc0ca  py3-inotifyrecursive-0.3.5.tar.gz
"
