python3-aiorpcx: update to 0.22.1.
This commit is contained in:
parent
66444a17f3
commit
973e7e6cab
1 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-aiorpcx'
|
# Template file for 'python3-aiorpcx'
|
||||||
pkgname=python3-aiorpcx
|
pkgname=python3-aiorpcx
|
||||||
version=0.18.7
|
version=0.22.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="aiorpcX-${version}"
|
wrksrc="aiorpcX-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -14,11 +14,8 @@ license="MIT"
|
||||||
homepage="https://github.com/kyuupichan/aiorpcX"
|
homepage="https://github.com/kyuupichan/aiorpcX"
|
||||||
# missing license in PyPI tarball
|
# missing license in PyPI tarball
|
||||||
distfiles="https://github.com/kyuupichan/aiorpcX/archive/${version}.tar.gz"
|
distfiles="https://github.com/kyuupichan/aiorpcX/archive/${version}.tar.gz"
|
||||||
checksum=ce98d20a22535651c1479dd66a0e68674e1677632cb43e9706908a4c1e04deb9
|
checksum=f72034c4854daf32d83c06ca940d39336908d55ad6a2fe17c039124d51b89430
|
||||||
|
make_check=ci-skip # Tests using IPv6 fail on Github Actions, pass locally
|
||||||
do_check() {
|
|
||||||
python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue