# Template file for 'python3-primecountpy'
pkgname=python3-primecountpy
version=0.2.1
revision=1
build_style=python3-pep517
build_helper=meson
hostmakedepends="cmake python3-meson-python python3-Cython python3-cysignals"
makedepends="python3-devel primecount-devel pari-devel"
depends="python3-cysignals"
short_desc="Python interface to the C++ library primecount"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="GPL-3.0-or-later"
homepage="https://github.com/dimpase/primecountpy"
changelog="https://github.com/dimpase/primecountpy/releases"
distfiles="${PYPI_SITE}/p/primecountpy/primecountpy-${version}.tar.gz"
checksum=888706ab65cc089fb983de4639360dddc728baa4d9877a7ad8b116f645650b39

make_check=no # needs pytest-cython
