# Compiling Time: 0.05 SBU
# Maintainer: Melko <melko@frugalware.org>

pkgname=python3-pyzmq
pkgver=27.0.0
pkgrel=1
pkgdesc="Python3 bindings for zeromq, written in Cython"
url="http://www.zeromq.org/bindings:python"
depends=('python3>=3.12' 'zeromq>=3.2.2')
makedepends=('python3-wheel' 'python3-installer' 'python3-build' 'scikit-build-core' 'python3-cython')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="pyzmq"
_F_python_version="python3"
Finclude pypi
sha1sums=('0436e3896603e1d6ac03cbb7475ca4642e67e401')

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

}

# optimization OK
