Skip to content

Commit 8f722a2

Browse files
committed
New package: python3-pytest-pretty-1.3.0
1 parent aa8c93f commit 8f722a2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)