mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-aiorpcx: update to 0.10.4.
This commit is contained in:
parent
bae3559651
commit
60776e2476
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-aiorpcx'
|
# Template file for 'python3-aiorpcx'
|
||||||
pkgname=python3-aiorpcx
|
pkgname=python3-aiorpcx
|
||||||
version=0.10.2
|
version=0.10.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="aiorpcX-${version}"
|
wrksrc="aiorpcX-${version}"
|
||||||
|
@ -8,13 +8,18 @@ build_style=python3-module
|
||||||
pycompile_module="aiorpcx"
|
pycompile_module="aiorpcx"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-attrs"
|
depends="python3-attrs"
|
||||||
|
checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Generic async RPC implementation"
|
short_desc="Generic async RPC implementation"
|
||||||
maintainer="Christian Buschau <christian.buschau@mailbox.org>"
|
maintainer="Christian Buschau <christian.buschau@mailbox.org>"
|
||||||
license="MIT"
|
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=6ae07cbb8d2468ade2bc2e125d106232d9a8a50549b05a2141ee3b6342347232
|
checksum=df79b7a321043ce5e12f91ad197d6187cf5b0c6f85506d323ad8b44e330104a1
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue