From d0542aa20b6224c32ec6456eea3a5111499f00ef Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 14 Jun 2021 10:13:27 +0200 Subject: [PATCH] py3status: update to 3.37. Remove custom do_check, since pytest is used automatically if detected. Closes: #31475 [via git-merge-pr] --- srcpkgs/py3status/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template index d139f2cfe49..eac8cc48a1e 100644 --- a/srcpkgs/py3status/template +++ b/srcpkgs/py3status/template @@ -1,6 +1,6 @@ # Template file for 'py3status' pkgname=py3status -version=3.36 +version=3.37 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,11 +12,7 @@ license="BSD-3-Clause" homepage="https://github.com/ultrabug/py3status" changelog="https://raw.githubusercontent.com/ultrabug/py3status/master/CHANGELOG" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=d5c26058217975014e0b5590b4a0df535b3e7969455bdf566d96d801ae46fbba - -do_check() { - python3 -m pytest -} +checksum=b260b752ff2953538ad3f0202af2dd0bd469c6ebc88d5045cf74890876d24f47 post_install() { vlicense LICENSE