21 lines
742 B
Bash
21 lines
742 B
Bash
# Template file for 'python3-pytest-sugar'
|
|
pkgname=python3-pytest-sugar
|
|
version=0.9.5
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/Teemu/pytest-sugar/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/p/pytest-sugar/pytest-sugar-${version}.tar.gz"
|
|
checksum=eea78b6f15b635277d3d90280cd386d8feea1cab0f9be75947a626e8b02b477d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|