20 lines
658 B
Bash
20 lines
658 B
Bash
# 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
|
|
}
|