python3-pytest-sugar: update to 0.9.6.
This commit is contained in:
parent
515b151fa8
commit
bed6a4b812
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pytest-sugar'
|
||||
pkgname=python3-pytest-sugar
|
||||
version=0.9.5
|
||||
revision=2
|
||||
version=0.9.6
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pytest python3-termcolor python3-packaging"
|
||||
|
@ -9,10 +9,10 @@ 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"
|
||||
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=eea78b6f15b635277d3d90280cd386d8feea1cab0f9be75947a626e8b02b477d
|
||||
checksum=c4793495f3c32e114f0f5416290946c316eb96ad5a3684dcdadda9267e59b2b8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue