From c2ea409e4d59d3b09a62c12968ae6e4fd304a8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 24 Mar 2024 20:44:46 -0300 Subject: [PATCH] python3-pplpy: update to 0.8.10. --- srcpkgs/python3-pplpy/patches/dont-depend-on-sphinx.patch | 7 ------- srcpkgs/python3-pplpy/template | 6 +++--- srcpkgs/python3-pplpy/update | 1 + 3 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 srcpkgs/python3-pplpy/patches/dont-depend-on-sphinx.patch create mode 100644 srcpkgs/python3-pplpy/update diff --git a/srcpkgs/python3-pplpy/patches/dont-depend-on-sphinx.patch b/srcpkgs/python3-pplpy/patches/dont-depend-on-sphinx.patch deleted file mode 100644 index 65c5cf40d73..00000000000 --- a/srcpkgs/python3-pplpy/patches/dont-depend-on-sphinx.patch +++ /dev/null @@ -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" diff --git a/srcpkgs/python3-pplpy/template b/srcpkgs/python3-pplpy/template index d3b9aebdf22..9717dda878d 100644 --- a/srcpkgs/python3-pplpy/template +++ b/srcpkgs/python3-pplpy/template @@ -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 diff --git a/srcpkgs/python3-pplpy/update b/srcpkgs/python3-pplpy/update new file mode 100644 index 00000000000..25ef51d109a --- /dev/null +++ b/srcpkgs/python3-pplpy/update @@ -0,0 +1 @@ +ignore="*a* *b* *rc*"