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

pkgname=python3-pluggy
pkgver=1.6.0
pkgrel=1
pkgdesc="Plugin and hook calling mechanisms for python"
depends=('python3>=3.13')
makedepends=("python3-build" "python3-installer" "python3-wheel" "python3-setuptools_scm")
groups=('devel-extra')
archs=('x86_64')
_F_python_version=python3
_F_pypi_name=pluggy
Finclude pypi
sha1sums=('4d53714f061dcd19f59f43f648660174af1d47dc')

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

# optimization OK
