17 lines
584 B
Bash
17 lines
584 B
Bash
# Template file for 'python3-pytest-asyncio'
|
|
pkgname=python3-pytest-asyncio
|
|
version=0.10.0
|
|
revision=2
|
|
archs=noarch
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/pytest-dev/pytest-asyncio"
|
|
distfiles="${PYPI_SITE}/p/pytest-asyncio/pytest-asyncio-${version}.tar.gz"
|
|
checksum=9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf
|