# Compiling Time: 0 SBU
# Maintainer: Slown <slown@frugalware.org>

pkgname=python3-html2text
pkgver=2025.4.15
pkgrel=1
pkgdesc="Converts a page of HTML into clean, easy-to-read plain ASCII text"
depends=('python3')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools_scm')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=html2text
Finclude pypi
sha1sums=('3ce51d808f0d0aa33ee3844839466f553802ffdb')


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

# optimization OK
