# Contributor: Max Rees # Maintainer: Max Rees pkgname=py3-taillight _pkgname=taillight pkgver=0.3b4 pkgrel=0 pkgdesc="Lightweight, thread-safe signal/slots system with priorities" url="https://github.com/Elizafox/taillight" arch="noarch" license="WTFPL OR LPRAB" depends="python3" makedepends="" # PyPI download doesn't include tests/ source="https://dev.sick.bike/dist/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build } check() { python3 -m unittest discover -s tests } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="d54e2006d690b87ec7b96975c7d68f5954df993ffd3735100bcff91f3410f33a34b3a07fe22bb40aaad7364d63180b441302b171e52c1345cd90c709749a7bc8 py3-taillight-0.3b4.tar.gz"