17 lines
584 B
Bash
17 lines
584 B
Bash
# Template file for 'python3-pytest-asyncio'
|
|
pkgname=python3-pytest-asyncio
|
|
version=0.9.0
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="pytest-asyncio-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="pytest_asyncio"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pytest"
|
|
short_desc="Pytest support for asyncio"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/pytest-dev/pytest-asyncio"
|
|
distfiles="${PYPI_SITE}/p/pytest-asyncio/pytest-asyncio-${version}.tar.gz"
|
|
checksum=fbd92c067c16111174a1286bfb253660f1e564e5146b39eeed1133315cf2c2cf
|