# Compiling Time: 0.01 SBU
# Maintainer: dex77 <dex+fw@dragonslave.de>

pkgname=docutils
pkgver=0.21.2
pkgrel=2
pkgdesc="Documentation Utilities"
_F_archive_grepv="rc"
Finclude sourceforge
depends=('python3>=3.13')
makedepends=('python3-installer' 'python3-build' 'python3-flit_core')
groups=('devel-extra')
archs=('x86_64')
sha1sums=('6fee04cc4634e2ee5a26c6c233eaa59d6e14171b')
_F_python_version=python3

replaces=('python3-docutils')
provides=('python3-docutils')
conflicts=('python3-docutils')



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

}

# optimization OK
