27 lines
714 B
Bash
27 lines
714 B
Bash
# Template file for 'python3-aiorpcx'
|
|
pkgname=python3-aiorpcx
|
|
version=0.17.0
|
|
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 <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=b743629e8e3b3783d0a2fe3a25e55f30a35d7f148d863c8b6f0c50db6350c379
|
|
|
|
do_check() {
|
|
python3 -m pytest
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|