parent
f3cef8564c
commit
858dbb7cbf
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-aiohttp'
|
||||
pkgname=python3-aiohttp
|
||||
version=2.3.9
|
||||
version=3.0.1
|
||||
revision=1
|
||||
wrksrc="aiohttp-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -8,15 +8,15 @@ pycompile_module="aiohttp"
|
|||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel"
|
||||
checkdepends="python3-async-timeout python3-chardet python3-yarl python3-pytest
|
||||
python3-multidict python3-pytest-mock"
|
||||
depends="python3-async-timeout python3-chardet python3-yarl"
|
||||
python3-multidict python3-pytest-mock python3-idna-ssl"
|
||||
depends="python3-async-timeout python3-chardet python3-yarl python3-idna-ssl"
|
||||
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://aiohttp.readthedocs.io/"
|
||||
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
|
||||
checksum=3044eed412a7100ba5c9ef61a06e0264ae159a4cb007339e0e98812dd45ae83d
|
||||
checksum=3b21b52f5798e0c3e2f51c16a2a7e87673ca99b36f292fa3d2fdadc440392336
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="${PWD}/build/lib.linux-${XBPS_TARGET_MACHINE}-3.6" python3 -m pytest
|
||||
python3 setup.py test
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue