New package: python3-pytest-asyncio-0.9.0
This commit is contained in:
parent
8a54021824
commit
9acc0894ed
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-pytest-asyncio'
|
||||||
|
pkgname=python3-pytest-asyncio
|
||||||
|
version=0.9.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="pytest-asyncio-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="pytest_asyncio"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-pytest python3-async_generator"
|
||||||
|
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
|
Loading…
Reference in New Issue