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

pkgname=python3-pathspec
pkgver=0.12.1
pkgrel=2
pkgdesc="Utility library for gitignore style pattern matching of file paths"
depends=('python3>=3.13')
makedepends=('python3-installer' 'python3-build' 'python3-flit_core' 'python3-setuptools' 'python3-wheel')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=pathspec
Finclude pypi
sha1sums=('931b8e0ff62006a11708fb90477b9c2f9f72e30b')

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

}


# optimization OK
