python3-gmpy2: update to 2.1.5.
This commit is contained in:
parent
2d9da9dcd1
commit
df67e86fcb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-gmpy2'
|
||||
pkgname=python3-gmpy2
|
||||
version=2.1.3
|
||||
version=2.1.5
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -10,8 +10,9 @@ short_desc="Python3 interface to GMP, MPFR and MPC libraries"
|
|||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/aleaxit/gmpy"
|
||||
changelog="https://github.com/aleaxit/gmpy/releases"
|
||||
distfiles="${PYPI_SITE}/g/gmpy2/gmpy2-${version}.tar.gz"
|
||||
checksum=10360cc39f1eb56e3a833a4d1cae3884c7f65b6ec490994801e6939dc08870ae
|
||||
checksum=bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib* && pwd)" \
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
ignore="*a[1-9] *b[1-9] *rc[1-9]"
|
||||
# this version only adds binary wheels for apple silicon
|
||||
ignore="$ignore 2.1.2"
|
||||
|
|
Loading…
Reference in New Issue