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

pkgname=python3-attrs
pkgver=25.3.0
pkgrel=1
pkgdesc="Attributes without boilerplate."
depends=('python3>=3.12')
makedepends=('python3-build' 'python3-installer' 'python3-hatch-vcs' 'python3-hatch-fancy-pypi-readme')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="attrs"
_F_python_version=python3
Finclude pypi
sha1sums=('962747249415e9a080598b6d6d96cce506290435')

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

}

# optimization OK
