diff --git a/srcpkgs/python3-primecountpy/template b/srcpkgs/python3-primecountpy/template new file mode 100644 index 00000000000..fecc774b398 --- /dev/null +++ b/srcpkgs/python3-primecountpy/template @@ -0,0 +1,16 @@ +# Template file for 'python3-primecountpy' +pkgname=python3-primecountpy +version=0.1.0 +revision=1 +wrksrc=primecountpy-${version} +build_style=python3-module +hostmakedepends="python3-setuptools python3-Cython" +makedepends="python3-cysignals python3-devel primecount-devel pari-devel" +short_desc="Python interface to the C++ library primecount" +maintainer="Gonzalo TornarĂ­a " +license="GPL-3.0-or-later" +homepage="https://github.com/dimpase/primecountpy" +distfiles="${PYPI_SITE}/p/primecountpy/primecountpy-${version}.tar.gz" +checksum=78fe7cc32115f0669a45d7c90faaf39f7ce3939e39e2e7e5f14c17fe4bff0676 + +make_check=no # no way to check before installing