17 lines
679 B
Bash
17 lines
679 B
Bash
# Template file for 'python3-pytest-aiohttp'
|
|
pkgname=python3-pytest-aiohttp
|
|
version=1.0.4
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3-pytest python3-aiohttp python3-pytest-asyncio"
|
|
checkdepends="$depends"
|
|
short_desc="Pytest plugin for aiohttp support"
|
|
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/aio-libs/pytest-aiohttp/"
|
|
distfiles="${PYPI_SITE}/p/pytest-aiohttp/pytest-aiohttp-${version}.tar.gz"
|
|
checksum=39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4
|
|
# Tests require package be installed (but they succeed in that case)
|
|
make_check=no
|