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

pkgname=python3-pefile
pkgver=2024.8.26
pkgrel=1
pkgdesc="Python PE parsing module"
depends=('python3')
makedepends=('python3-setuptools' 'python3-build' 'python3-installer' 'python3-wheel')
groups=('devel-extra')
archs=('x86_64')
_F_github_author=erocarrera
_F_github_name=pefile
_F_github_tag_v=y
Finclude github
sha1sums=('3bd13ea5dd3a70758e2bbc8ca4f99f6531968a42')
_F_cd_path="pefile-$pkgver"

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

}

# optimization OK
