# Compiling Time: 0.01 SBU
# Maintainer: Anthony Jorion <pingax@frugalware.org>

pkgname=python3-beautifulsoup4
pkgver=4.13.4
pkgrel=1
pkgdesc="Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree."
depends=('python3-soupsieve')
makedepends=('python3-hatchling' 'python3-installer' 'python3-build')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=beautifulsoup4
Finclude pypi
sha1sums=('579a21f700ea68d1ed8a26fe02fba83be63cd456')
_F_python_version=python3


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

}

# optimization OK
