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

pkgname=python3-license-expression
pkgver=30.4.1
pkgrel=1
pkgdesc="Utility to parse, normalize and compare license expressions"
depends=('python3-boolean.py')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools_scm')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="license-expression"
Finclude pypi
sha1sums=('e0d3cb6c51e6a983eb3f970f2d154f44cf42f510')

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

# optimization OK
