# Template file for 'python3-aiorpcx'
pkgname=python3-aiorpcx
version=0.25.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-attrs"
checkdepends="${depends} python3-pytest python3-pytest-asyncio python3-uvloop
 python3-websockets iana-etc"
short_desc="Generic async RPC implementation"
maintainer="Christian Buschau <christian.buschau@mailbox.org>"
license="MIT"
homepage="https://github.com/kyuupichan/aiorpcX"
# missing license in PyPI tarball
distfiles="https://github.com/kyuupichan/aiorpcX/archive/${version}.tar.gz"
checksum=64982de255cc6e008dd3dbd7fa46525a2d8573206275289b705dbfbae107cd72
make_check=ci-skip # Tests using IPv6 fail on Github Actions, pass locally

post_install() {
	vlicense LICENCE
}
