mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pplpy: update to 0.8.10.
This commit is contained in:
parent
922eab81b0
commit
c2ea409e4d
3 changed files with 4 additions and 10 deletions
|
@ -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"
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pplpy'
|
# Template file for 'python3-pplpy'
|
||||||
pkgname=python3-pplpy
|
pkgname=python3-pplpy
|
||||||
version=0.8.9
|
version=0.8.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel python3-Cython
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython
|
||||||
python3-cysignals python3-gmpy2"
|
python3-cysignals python3-gmpy2"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/sagemath/pplpy"
|
homepage="https://github.com/sagemath/pplpy"
|
||||||
changelog="https://raw.githubusercontent.com/sagemath/pplpy/master/CHANGES.txt"
|
changelog="https://raw.githubusercontent.com/sagemath/pplpy/master/CHANGES.txt"
|
||||||
distfiles="${PYPI_SITE}/p/pplpy/pplpy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pplpy/pplpy-${version}.tar.gz"
|
||||||
checksum=db7a3b571d6ef053f75137975e947c3a1c1e45a30bab90eaf215b4e5cc15797e
|
checksum=d42a216c82914dcf4d7c000debc98bb336b8f83e026ba5d952cccd9f8074effd
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH=$(cd build/lib* && pwd) python3 setup.py test
|
PYTHONPATH=$(cd build/lib* && pwd) python3 setup.py test
|
||||||
|
|
1
srcpkgs/python3-pplpy/update
Normal file
1
srcpkgs/python3-pplpy/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*a* *b* *rc*"
|
Loading…
Add table
Reference in a new issue