python3-pytest-aiohttp: update to 1.0.4.
This commit is contained in:
parent
619257bf84
commit
0111dd5ec5
1 changed files with 8 additions and 6 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'python3-pytest-aiohttp'
|
# Template file for 'python3-pytest-aiohttp'
|
||||||
pkgname=python3-pytest-aiohttp
|
pkgname=python3-pytest-aiohttp
|
||||||
version=0.3.0
|
version=1.0.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pytest-aiohttp-${version}"
|
wrksrc="pytest-aiohttp-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3-pytest"
|
depends="python3-pytest python3-aiohttp python3-pytest-asyncio"
|
||||||
|
checkdepends="$depends"
|
||||||
short_desc="Pytest plugin for aiohttp support"
|
short_desc="Pytest plugin for aiohttp support"
|
||||||
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/aio-libs/pytest-aiohttp/"
|
homepage="https://github.com/aio-libs/pytest-aiohttp/"
|
||||||
distfiles="${PYPI_SITE}/p/pytest-aiohttp/pytest-aiohttp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytest-aiohttp/pytest-aiohttp-${version}.tar.gz"
|
||||||
checksum=c929854339637977375838703b62fef63528598bc0a9d451639eba95f4aaa44f
|
checksum=39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4
|
||||||
make_check=no # No tests available
|
# Tests require package be installed (but they succeed in that case)
|
||||||
|
make_check=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue