From dff3f76ff888d20cdf57f7c928bc0ce1655e1d9e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 29 Sep 2018 03:30:50 -0300 Subject: [PATCH] py3status: update to 3.13. --- srcpkgs/py3status/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template index 2d593bf59a4..87d960afe1e 100644 --- a/srcpkgs/py3status/template +++ b/srcpkgs/py3status/template @@ -1,18 +1,23 @@ # Template file for 'py3status' pkgname=py3status -version=3.12 +version=3.13 revision=1 noarch=yes build_style=python3-module pycompile_module="py3status" hostmakedepends="python3-setuptools" depends="python3-setuptools" +checkdepends="python3-pytest" short_desc="Alternative i3bar implementation in Python3" license="BSD-3-Clause" maintainer="teldra " homepage="https://github.com/ultrabug/py3status" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=c85e10116be2c62ba0916c3cc2e2af75e7fb3c1c714f0690dbdadfcb3871c51f +checksum=c6e1c6d1984265b705e3beac8d6b47d88432cdeca80f09d3fbc05c4c5a2a2a07 + +do_check() { + python3 -m pytest +} post_install() { vlicense LICENSE