16 lines
638 B
Bash
16 lines
638 B
Bash
# Template file for 'python3-primecountpy'
|
|
pkgname=python3-primecountpy
|
|
version=0.1.0
|
|
revision=2
|
|
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 <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
|