# Compiling Time: 0.02 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>
# Contributor: crazy <crazy@frugalware.org>
# Contributor: Miklos Nemeth <desco@frugalware.org>

pkgname=python3-incremental
pkgver=24.7.2
pkgrel=2
pkgdesc="A small library that versions your Python projects."
groups=('devel-extra')
depends=('python3>=3.12')
makedepends=("python3-build" "python3-installer" 'python3-wheel' 'python3-setuptools')
archs=('x86_64')
_F_python_version="python3"
_F_pypi_name="incremental"
Finclude pypi
sha1sums=('fa2f821c506600bcba407264205b58c6939e4907')

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

# optimization OK
