blob: 78d8c5285f082e494cb8258595d2286581d11fe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-pytest-curio
pkgdesc = Launch pytest with curio
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/johnnoone/pytest-curio
arch = any
license = Apache-2.0
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-versioneer
depends = python
depends = python-curio
depends = python-pytest
options = !strip
options = !debug
source = pytest-curio::git+https://github.com/johnnoone/pytest-curio.git#tag=v1.1.0
sha256sums = b524371d4d4b4a96a36fd1d62d822c9697f5d24024bd9bfb700c2186252841da
pkgname = python-pytest-curio
|