From b60866d607ad1e28d33484ae40481267aae46ca7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 3 Dec 2020 10:05:00 -0500 Subject: [PATCH] python3-breathe: update to 4.24.1. --- srcpkgs/python3-breathe/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template index 1585d2d7763..3023f03a33a 100644 --- a/srcpkgs/python3-breathe/template +++ b/srcpkgs/python3-breathe/template @@ -1,19 +1,24 @@ # Template file for 'python3-breathe' pkgname=python3-breathe -version=4.24.0 +version=4.24.1 revision=1 wrksrc="breathe-${version}" build_style=python3-module _pyreqs="python3-Sphinx python3-docutils python3-six" hostmakedepends="python3-setuptools ${_pyreqs}" depends="${_pyreqs} doxygen" +checkdepends="python3-pytest" short_desc="ReStructuredText and Sphinx bridge to Doxygen" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/michaeljones/breathe" changelog="https://raw.githubusercontent.com/michaeljones/breathe/master/README.rst" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=5565d6f9d65e8b98b49f140aa8422668168ac2961965fba58c06f58e96b962e8 +checksum=da9c2d5970b999c5aac0b11c828b852cd997d176a66f741eecef20d0e698549a + +do_check() { + python3 -m pytest +} post_install() { vlicense LICENSE