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

pkgname=python3-typogrify
pkgver=2.1.0
pkgrel=1
pkgdesc="Filters to enhance web typography"
depends=('python3-smartypants')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-hatchling')
groups=('devel-extra')
archs=('x86_64')
sha1sums=('e18ce263985ec761f3820c0cc2747ae8ee2720fe')
_F_python_version=python3
_F_pypi_name=typogrify
Finclude pypi

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

# optimization OK
