# Compiling Time: 0 SBU
# Maintainer: Anthony Jorion <pingax@frugalware.org>

pkgname=python3-pyasn1-modules
pkgver=0.4.2
pkgrel=1
pkgdesc="A collection of ASN.1-based protocols modules"
depends=('python3-pyasn1')
makedepends=("python3-build" "python3-installer" "python3-wheel" "python3-setuptools")
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="pyasn1-modules"
_F_python_version="python3"
_F_archive_name="pyasn1_modules"
Finclude pypi
sha1sums=('88e029ec64c9e1afded136394027710dcd5985d1')

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

# optimization OK
