python3-multidict: update to 4.4.0.
This commit is contained in:
parent
c0f78c457d
commit
e58b04a8c3
1 changed files with 3 additions and 4 deletions
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'python3-multidict'
|
||||
pkgname=python3-multidict
|
||||
version=4.3.1
|
||||
version=4.4.0
|
||||
revision=1
|
||||
wrksrc="multidict-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="multidict"
|
||||
hostmakedepends="python3-Cython python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
checkdepends="python3-pytest python3-perf"
|
||||
checkdepends="python3-pytest python3-perf python3-coverage python3-pytest-cov"
|
||||
short_desc="Multidict implementation from aiohttp"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
license="Apache-2.0"
|
||||
#changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/docs/changes.rst"
|
||||
homepage="https://github.com/aio-libs/multidict"
|
||||
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
|
||||
checksum=2d4f7249a11bd4387e2bbb8a29267be927db86b50d1beff9c0f6b53e00d81a65
|
||||
checksum=d2346c1ee53b352f3e51e80c14400853d13a32c01c497375ded16082fde97211
|
||||
|
||||
do_check() {
|
||||
sed -i 's|--cov=multidict||g' pytest.ini
|
||||
python3 setup.py test
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue