New package: python3-pytest-sugar-0.9.4

This commit is contained in:
Jan Christian Grünhage 2022-02-11 17:45:03 +01:00 committed by Echo
parent a9d2bf81fa
commit e59b1fa58d

View file

@ -0,0 +1,19 @@
# Template file for 'python3-pytest-sugar'
pkgname=python3-pytest-sugar
version=0.9.4
revision=1
wrksrc="pytest-sugar-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pytest python3-termcolor python3-packaging"
checkdepends="${depends}"
short_desc="Pytest plugin to improve the look and feel"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="BSD-3-Clause"
homepage="http://pivotfinland.com/pytest-sugar"
distfiles="${PYPI_SITE}/p/pytest-sugar/pytest-sugar-${version}.tar.gz"
checksum=b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3
post_install() {
vlicense LICENSE
}