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

pkgname=python3-versioningit
pkgver=3.2.0
pkgrel=1
pkgdesc="Pathlib-compatible object wrapper for zip files"
depends=('python3-packaging' 'python3-tomli')
makedepends=('python3-setuptools' 'python3-build' 'python3-installer' 'python3-wheel' 'python3-hatchling')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=versioningit
Finclude pypi
sha1sums=('bd82f11ed8666d81c26de80108244a472fe19791')

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


# optimization OK
