void-packages/srcpkgs/python3-breathe/template

26 lines
770 B
Bash

# Template file for 'python3-breathe'
pkgname=python3-breathe
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 <ajh@sideband.org>"
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=da9c2d5970b999c5aac0b11c828b852cd997d176a66f741eecef20d0e698549a
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}