parent
80b271d637
commit
c2f9122f52
1 changed files with 8 additions and 2 deletions
|
@ -1,16 +1,22 @@
|
||||||
# Template file for 'python3-aiohttp'
|
# Template file for 'python3-aiohttp'
|
||||||
pkgname=python3-aiohttp
|
pkgname=python3-aiohttp
|
||||||
version=2.3.2
|
version=2.3.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="aiohttp-${version}"
|
wrksrc="aiohttp-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="aiohttp"
|
pycompile_module="aiohttp"
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
makedepends="python3-devel"
|
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"
|
depends="python3-async-timeout python3-chardet python3-yarl"
|
||||||
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://aiohttp.readthedocs.io/"
|
homepage="https://aiohttp.readthedocs.io/"
|
||||||
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
|
||||||
checksum=adb90d04c35f6b753656a223cab342186c6dea1321bc33d48a19b393d177987b
|
checksum=011219aa60164094e1fa9d0dd970b5dfe9aa358332a41d6a77d7434e931a2cea
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH="${PWD}/build/lib.linux-${XBPS_TARGET_MACHINE}-3.6" python3 -m pytest
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue