New package: python3-pplpy-0.8.7
This commit is contained in:
parent
d3f045ad49
commit
1e4d4db5ed
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-pplpy/template
Normal file
21
srcpkgs/python3-pplpy/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python3-pplpy'
|
||||||
|
pkgname=python3-pplpy
|
||||||
|
version=0.8.7
|
||||||
|
revision=1
|
||||||
|
wrksrc="pplpy-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
|
makedepends="python3-cysignals python3-gmpy2 python3-devel gmp-devel
|
||||||
|
gmpxx-devel ppl-devel mpfr-devel libmpc-devel pari-devel"
|
||||||
|
short_desc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://gitlab.com/videlec/pplpy"
|
||||||
|
changelog="https://gitlab.com/videlec/pplpy/-/raw/master/CHANGES.txt"
|
||||||
|
distfiles="${PYPI_SITE}/p/pplpy/pplpy-${version}.tar.gz"
|
||||||
|
checksum=500bd0f4ae1a76956fae7fcba77854f5ec3e64fce76803664983763c3f2bd8bd
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH=$(cd build/lib* && pwd) \
|
||||||
|
python setup.py test
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue