void-packages/srcpkgs/python3-aiorpcx/template

22 lines
636 B
Bash

# Template file for 'python3-aiorpcx'
pkgname=python3-aiorpcx
version=0.10.2
revision=1
noarch=yes
wrksrc="aiorpcX-${version}"
build_style=python3-module
pycompile_module="aiorpcx"
hostmakedepends="python3-setuptools"
depends="python3-attrs"
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=6ae07cbb8d2468ade2bc2e125d106232d9a8a50549b05a2141ee3b6342347232
post_install() {
vlicense LICENCE
}