We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228f198 commit 24e4bd8Copy full SHA for 24e4bd8
1 file changed
srcpkgs/python3-pytest-instafail/template
@@ -0,0 +1,17 @@
1
+# Template file for 'python3-pytest-instafail'
2
+pkgname=python3-pytest-instafail
3
+version=0.5.0
4
+revision=1
5
+build_style=python3-pep517
6
+hostmakedepends="python3-setuptools_scm"
7
+depends="python3-pytest"
8
+short_desc="Pytest plugin that shows failures and errors instantly"
9
+maintainer="Orphaned <orphan@voidlinux.org>"
10
+license="BSD-3-Clause"
11
+homepage="https://github.com/pytest-dev/pytest-instafail"
12
+distfiles="${PYPI_SITE}/p/pytest-instafail/pytest-instafail-${version}.tar.gz"
13
+checksum=33a606f7e0c8e646dc3bfee0d5e3a4b7b78ef7c36168cfa1f3d93af7ca706c9e
14
+
15
+post_install() {
16
+ vlicense LICENSE
17
+}
0 commit comments