python3-fpylll: update to 0.6.2.
This commit is contained in:
parent
757f2f492f
commit
4981f83bda
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-fpylll'
|
||||
pkgname=python3-fpylll
|
||||
version=0.6.1
|
||||
revision=2
|
||||
version=0.6.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel python3-Cython
|
||||
python3-cysignals"
|
||||
|
@ -14,10 +14,4 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://github.com/fplll/fpylll"
|
||||
changelog="https://github.com/fplll/fpylll/releases"
|
||||
distfiles="${PYPI_SITE}/f/fpylll/fpylll-${version}.tar.gz"
|
||||
checksum=dfd9529a26c50993a2a716177debd7994312219070574cad31b35b4f0c040a19
|
||||
make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
# skip a test with numerical noise on 32 bit
|
||||
i686*) make_check_args="-k not(averaged_simulate_prob)" ;;
|
||||
esac
|
||||
checksum=d5b2f250afb6fb2f9c70e03ffe1169ff6f2e167e348da1328cc20b693b915fbe
|
||||
|
|
Loading…
Reference in New Issue