# Compiling Time: 0.01 SBU
# Maintainer: crazy <crazy@frugalware.org>

pkgname=translate-toolkit
pkgver=3.15.0
pkgrel=1
pkgdesc="A toolkit to convert between various different translation formats."
_F_github_author="translate"
_F_github_name="translate"
_F_github_tag=y
Finclude github python
depends=('python3')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools_scm')
groups=('apps-extra')
archs=('x86_64')
sha1sums=('b1b6bb0a35522bf2ad78dd1f3267d6c57c494bfc')
_F_cd_path="translate-$pkgver"

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

}

# optimization OK
