python3-aiorpcx: update to 0.10.4.
This commit is contained in:
parent
bae3559651
commit
60776e2476
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-aiorpcx'
|
||||
pkgname=python3-aiorpcx
|
||||
version=0.10.2
|
||||
version=0.10.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="aiorpcX-${version}"
|
||||
|
@ -8,13 +8,18 @@ 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=6ae07cbb8d2468ade2bc2e125d106232d9a8a50549b05a2141ee3b6342347232
|
||||
checksum=df79b7a321043ce5e12f91ad197d6187cf5b0c6f85506d323ad8b44e330104a1
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
|
|
Loading…
Reference in New Issue