19 lines
617 B
Bash
19 lines
617 B
Bash
# Template file for 'python3-cysignals'
|
|
pkgname=python3-cysignals
|
|
version=1.11.2
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython autoconf"
|
|
makedepends="python3-devel pari-devel"
|
|
short_desc="Interrupt and signal handling for Cython "
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/sagemath/cysignals"
|
|
distfiles="${PYPI_SITE}/c/cysignals/cysignals-${version}.tar.gz"
|
|
checksum=5858b1760fbe21848121b826b2463a67ac5a45caf3d73105497a68618c5a6fa6
|
|
nocross=yes # runs binaries built for target
|
|
|
|
do_check() {
|
|
make check
|
|
}
|