Skip to content
Snippets Groups Projects
Unverified Commit 55550f7d authored by alice's avatar alice
Browse files

community/py3-pytest-asyncio: upgrade to 0.18.3

parent ea70b4ed
No related merge requests found
# Contributor: Rasmus Thomsen <oss@cogitri.dev> # Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-pytest-asyncio pkgname=py3-pytest-asyncio
pkgver=0.15.1 pkgver=0.18.3
pkgrel=1 pkgrel=0
pkgdesc="Pytest support for asyncio" pkgdesc="Pytest support for asyncio"
url="https://github.com/pytest-dev/pytest-asyncio" url="https://github.com/pytest-dev/pytest-asyncio"
arch="noarch" arch="noarch"
license="Apache-2.0" license="Apache-2.0"
depends="python3 py3-pytest" depends="python3 py3-flaky py3-pytest py3-pytest-trio"
makedepends="py3-setuptools" makedepends="py3-setuptools py3-setuptools_scm"
checkdepends="py3-async_generator py3-coverage py3-hypothesis" checkdepends="py3-async_generator py3-coverage py3-hypothesis"
options="!check" # doesn't find its own modules options="!check" # doesn't find its own modules
source="$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz"
builddir="$srcdir/pytest-asyncio-$pkgver" builddir="$srcdir/pytest-asyncio-$pkgver"
build() { build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
python3 setup.py build python3 setup.py build
} }
...@@ -27,5 +28,5 @@ package() { ...@@ -27,5 +28,5 @@ package() {
} }
sha512sums=" sha512sums="
1813d49e0dd55f563d9bf058e009da61a17f61e081cc53626b5f1db623ba04905b6bea3ecba423dc931668053310176b634339d6526c7ea729d9aad87e4f044d py3-pytest-asyncio-0.15.1.tar.gz 04d2046c039131598cb593afc1908be0dff2b24a91c89f36fca75d2d65916571e48fe149c1ba90244f299586277320cf6f130a02824fde9ee0a4d2429bf58a54 py3-pytest-asyncio-0.18.3.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment