New package: python3-aiorpcx-0.10.2

This commit is contained in:
Christian Buschau 2019-01-17 03:25:25 +01:00 committed by maxice8
parent 38fed7eb0c
commit 26330c27c3
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -0,0 +1,21 @@
# 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
}