18 lines
671 B
Bash
18 lines
671 B
Bash
# Template file for 'python3-primecountpy'
|
|
pkgname=python3-primecountpy
|
|
version=0.1.0
|
|
revision=4
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython
|
|
python3-cysignals"
|
|
makedepends="python3-devel primecount-devel pari-devel"
|
|
depends="python3"
|
|
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"
|
|
distfiles="${PYPI_SITE}/p/primecountpy/primecountpy-${version}.tar.gz"
|
|
checksum=78fe7cc32115f0669a45d7c90faaf39f7ce3939e39e2e7e5f14c17fe4bff0676
|
|
|
|
make_check=no # no way to check before installing
|