# Template file for 'python3-pytest-pretty'
pkgname=python3-pytest-pretty
version=1.3.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel hatchling"
depends="python3-pytest python3-rich"
checkdepends="${depends}"
short_desc="Pytest plugin for pretty printing the test summary"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/samuelcolvin/pytest-pretty"
distfiles="https://github.com/samuelcolvin/pytest-pretty/archive/refs/tags/v${version}.tar.gz"
checksum=348ba49c1565301e872b0377ee5461fd1f1e150815acce92fdda945005c755db

post_install() {
	vlicense LICENSE
}
