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

pkgname=python3-soupsieve
pkgver=2.7
pkgrel=1
pkgdesc="A CSS4 selector implementation for Beautiful Soup"
depends=('python3>=3.12')
makedepends=('python3-hatchling' 'python3-installer' 'python3-build')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=soupsieve
Finclude pypi
sha1sums=('5ee47943a0d5878679586614b8f403fed3963aae')
_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
