mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
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'
|
# Template file for 'python3-multidict'
|
||||||
pkgname=python3-multidict
|
pkgname=python3-multidict
|
||||||
version=4.3.1
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="multidict-${version}"
|
wrksrc="multidict-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="multidict"
|
pycompile_module="multidict"
|
||||||
hostmakedepends="python3-Cython python3-setuptools"
|
hostmakedepends="python3-Cython python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
checkdepends="python3-pytest python3-perf"
|
checkdepends="python3-pytest python3-perf python3-coverage python3-pytest-cov"
|
||||||
short_desc="Multidict implementation from aiohttp"
|
short_desc="Multidict implementation from aiohttp"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
#changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/docs/changes.rst"
|
#changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/docs/changes.rst"
|
||||||
homepage="https://github.com/aio-libs/multidict"
|
homepage="https://github.com/aio-libs/multidict"
|
||||||
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
|
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
|
||||||
checksum=2d4f7249a11bd4387e2bbb8a29267be927db86b50d1beff9c0f6b53e00d81a65
|
checksum=d2346c1ee53b352f3e51e80c14400853d13a32c01c497375ded16082fde97211
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
sed -i 's|--cov=multidict||g' pytest.ini
|
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue