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

pkgname=python3-zipp
pkgver=3.23.0
pkgrel=1
pkgdesc="Pathlib-compatible object wrapper for zip files"
depends=('python3>=3.13')
makedepends=('python3-setuptools_scm' 'python3-toml' \
	'python3-build' 'python3-installer' 'python3-wheel' \
	'python3-coherent.licensed')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=zipp
Finclude pypi
sha1sums=('77b9db5ad4819a48e7acde834497968930d792ac')

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


# optimization OK
