mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-breathe: update to 4.36.0.
This commit is contained in:
parent
5563080214
commit
31a91441d2
1 changed files with 7 additions and 8 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'python3-breathe'
|
# Template file for 'python3-breathe'
|
||||||
pkgname=python3-breathe
|
pkgname=python3-breathe
|
||||||
version=4.35.0
|
version=4.36.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
_pyreqs="python3-Sphinx python3-docutils python3-six"
|
hostmakedepends="python3-flit_core"
|
||||||
hostmakedepends="python3-setuptools ${_pyreqs}"
|
depends="python3-Sphinx doxygen"
|
||||||
depends="${_pyreqs} doxygen"
|
checkdepends="python3-pytest ${depends}"
|
||||||
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=55b54723752fc04b892a0f868782b1df65e69db6ca94fb32cf04be495bfd7841
|
checksum=94fc2277e639929e898cb95559d9d2c51cf764b787eaf6fa04f848a6550c2ff5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue