We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8c93f commit 8f722a2Copy full SHA for 8f722a2
srcpkgs/python3-pytest-pretty/template
@@ -0,0 +1,18 @@
1
+# Template file for 'python3-pytest-pretty'
2
+pkgname=python3-pytest-pretty
3
+version=1.3.0
4
+revision=1
5
+build_style=python3-pep517
6
+hostmakedepends="python3-setuptools python3-wheel hatchling"
7
+depends="python3-pytest python3-rich"
8
+checkdepends="${depends}"
9
+short_desc="Pytest plugin for pretty printing the test summary"
10
+maintainer="Jason Elswick <[email protected]>"
11
+license="MIT"
12
+homepage="https://github.com/samuelcolvin/pytest-pretty"
13
+distfiles="https://github.com/samuelcolvin/pytest-pretty/archive/refs/tags/v${version}.tar.gz"
14
+checksum=348ba49c1565301e872b0377ee5461fd1f1e150815acce92fdda945005c755db
15
+
16
+post_install() {
17
+ vlicense LICENSE
18
+}
0 commit comments