python3-breathe: update to 4.19.0.
This commit is contained in:
parent
e36c2cd3e5
commit
a7f14c8e3d
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-breathe'
|
# Template file for 'python3-breathe'
|
||||||
pkgname=python3-breathe
|
pkgname=python3-breathe
|
||||||
version=4.18.1
|
version=4.19.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="breathe-${version}"
|
wrksrc="breathe-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
_pyreqs="python3-Sphinx python3-docutils python3-six"
|
||||||
depends="python3-Sphinx python3-docutils doxygen"
|
hostmakedepends="python3-setuptools ${_pyreqs}"
|
||||||
|
depends="${_pyreqs} doxygen"
|
||||||
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"
|
||||||
distfiles="https://github.com/michaeljones/breathe/archive/v${version}.tar.gz"
|
distfiles="https://github.com/michaeljones/breathe/archive/v${version}.tar.gz"
|
||||||
checksum=42b4ee6c6017d76fb4c1734062a7c4b5db9d56c2dee7c47a02242bb01cea8f34
|
checksum=16c62953c5d6896b0cb39851aa236f72f200309dd46e7da62d3a40835bb8e4dc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue