20 lines
688 B
Bash
20 lines
688 B
Bash
# Template file for 'python3-pytest-sugar'
|
|
pkgname=python3-pytest-sugar
|
|
version=0.9.6
|
|
revision=2
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/Teemu/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=c4793495f3c32e114f0f5416290946c316eb96ad5a3684dcdadda9267e59b2b8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|