# Template file for 'python3-aiorpcx' pkgname=python3-aiorpcx version=0.10.5 revision=1 archs=noarch wrksrc="aiorpcX-${version}" build_style=python3-module pycompile_module="aiorpcx" hostmakedepends="python3-setuptools" depends="python3-attrs" checkdepends="${depends} python3-pytest" short_desc="Generic async RPC implementation" maintainer="Christian Buschau " license="MIT" homepage="https://github.com/kyuupichan/aiorpcX" # missing license in PyPI tarball distfiles="https://github.com/kyuupichan/aiorpcX/archive/${version}.tar.gz" checksum=53c2ee8453c754587ef19e7e6b431a783428d10aa9c18ca0a753ebb82f2361ff do_check() { python3 -m pytest } post_install() { vlicense LICENCE }