22 lines
753 B
Bash
22 lines
753 B
Bash
# Template file for 'python3-aiorpcx'
|
|
pkgname=python3-aiorpcx
|
|
version=0.22.1
|
|
revision=3
|
|
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=f72034c4854daf32d83c06ca940d39336908d55ad6a2fe17c039124d51b89430
|
|
make_check=ci-skip # Tests using IPv6 fail on Github Actions, pass locally
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|