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

pkgname=python3-rsa
pkgver=4.9.1
pkgrel=1
pkgdesc="Pure-Python RSA implementation"
depends=('python3-pyasn1')
makedepends=("python3-build" "python3-installer" "python3-wheel" "python3-poetry-core" 'python3-setuptools')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="rsa"
_F_python_version="python3"
Finclude pypi
sha1sums=('0960413df236db923b794e431357dd247173d21c')

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


# optimization OK
