# Description: C extensions for Python # URL: https://cython.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: python-installer python-gpep517 name=python-cython version=3.1.6 release=1 source=(https://pypi.org/packages/source/c/cython/cython-${version}.tar.gz) build() { cd cython-$version gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2 python3 -m installer -d "$PKG" .dist/*.whl }