mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-primecountpy: add python3 as dep
This commit is contained in:
parent
b2759d24c8
commit
615bf579db
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-primecountpy'
|
# Template file for 'python3-primecountpy'
|
||||||
pkgname=python3-primecountpy
|
pkgname=python3-primecountpy
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
makedepends="python3-cysignals python3-devel primecount-devel pari-devel"
|
makedepends="python3-cysignals python3-devel primecount-devel pari-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python interface to the C++ library primecount"
|
short_desc="Python interface to the C++ library primecount"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue