void-packages/srcpkgs/python3-breathe/template

21 lines
707 B
Bash

# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.35.0
revision=2
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=55b54723752fc04b892a0f868782b1df65e69db6ca94fb32cf04be495bfd7841
post_install() {
vlicense LICENSE
}