# Compiling Time: 0 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-breathe
pkgver=4.36.0
pkgrel=1
pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output"
groups=('devel-extra')
depends=('python3-sphinx')
makedepends=('python3-build' 'python3-flit_core' 'python3-installer' 'python3-setuptools' 'python3-wheel')
archs=('x86_64')
_F_pypi_name="breathe"
Finclude pypi
_F_python_version="python3"
sha1sums=('7d5a647bf788c422a66783e666b0ee1219f833fe')

build() {
	Fcd
	Fpatchall
	Fexec python -m build --wheel --no-isolation || Fdie
  	Fexec python -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}

# optimization OK
