# Template file for 'python3-cypari2' pkgname=python3-cypari2 version=2.1.3 revision=2 # This is precisely release 2.1.3 (Oct 3); but it's not tagged yet _githash=34198a78e86ba6ba684b25ae5ebb3e1a4e54c19f wrksrc=cypari2-${_githash} build_style=python3-module hostmakedepends="python3-setuptools python3-Cython pari perl" makedepends="python3-devel python3-cysignals pari-devel gmp-devel" short_desc="Python interface to the number theory library PARI/GP" maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later" homepage="https://github.com/sagemath/cypari2" distfiles=https://github.com/sagemath/cypari2/archive/$_githash.tar.gz checksum=16bcc5da48a05e3d56a1466e9ed0c2ec91d48fe875bf1adda237bb7690d3f7c3 do_check() { PYTHONPATH="$(cd build/lib* && pwd)" \ make check }