python3-pplpy: update to 0.8.10.

This commit is contained in:
Gonzalo Tornaría 2024-03-24 20:44:46 -03:00 committed by Leah Neukirchen
parent 922eab81b0
commit c2ea409e4d
3 changed files with 4 additions and 10 deletions

View file

@ -1,7 +0,0 @@
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "wheel", "Cython", "cysignals", "sphinx", "gmpy2>=2.1.0b1"]
+requires = ["setuptools", "wheel", "Cython", "cysignals", "gmpy2>=2.1.0b1"]
build-backend = "setuptools.build_meta"

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pplpy'
pkgname=python3-pplpy
version=0.8.9
revision=2
version=0.8.10
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython
python3-cysignals python3-gmpy2"
@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/sagemath/pplpy"
changelog="https://raw.githubusercontent.com/sagemath/pplpy/master/CHANGES.txt"
distfiles="${PYPI_SITE}/p/pplpy/pplpy-${version}.tar.gz"
checksum=db7a3b571d6ef053f75137975e947c3a1c1e45a30bab90eaf215b4e5cc15797e
checksum=d42a216c82914dcf4d7c000debc98bb336b8f83e026ba5d952cccd9f8074effd
do_check() {
PYTHONPATH=$(cd build/lib* && pwd) python3 setup.py test

View file

@ -0,0 +1 @@
ignore="*a* *b* *rc*"