python3-breathe: update to 4.24.1.
This commit is contained in:
parent
307b9ccb63
commit
b60866d607
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'python3-breathe'
|
# Template file for 'python3-breathe'
|
||||||
pkgname=python3-breathe
|
pkgname=python3-breathe
|
||||||
version=4.24.0
|
version=4.24.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="breathe-${version}"
|
wrksrc="breathe-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
_pyreqs="python3-Sphinx python3-docutils python3-six"
|
_pyreqs="python3-Sphinx python3-docutils python3-six"
|
||||||
hostmakedepends="python3-setuptools ${_pyreqs}"
|
hostmakedepends="python3-setuptools ${_pyreqs}"
|
||||||
depends="${_pyreqs} doxygen"
|
depends="${_pyreqs} doxygen"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="ReStructuredText and Sphinx bridge to Doxygen"
|
short_desc="ReStructuredText and Sphinx bridge to Doxygen"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/michaeljones/breathe"
|
homepage="https://github.com/michaeljones/breathe"
|
||||||
changelog="https://raw.githubusercontent.com/michaeljones/breathe/master/README.rst"
|
changelog="https://raw.githubusercontent.com/michaeljones/breathe/master/README.rst"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=5565d6f9d65e8b98b49f140aa8422668168ac2961965fba58c06f58e96b962e8
|
checksum=da9c2d5970b999c5aac0b11c828b852cd997d176a66f741eecef20d0e698549a
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue