22 lines
735 B
Bash
22 lines
735 B
Bash
# Template file for 'python3-breathe'
|
|
pkgname=python3-breathe
|
|
version=4.29.2
|
|
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=e71dfb5dd1176b91bb27d26b7c210d8bd0be5e1f31f10e22ab8d38412a74b52e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|