New package: python3-pytest-sugar-0.9.4
This commit is contained in:
parent
a9d2bf81fa
commit
e59b1fa58d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pytest-sugar/template
Normal file
19
srcpkgs/python3-pytest-sugar/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue