Download raw body.
[update] graphics/py-pivy 0.6.9 -> 0.6.10
2025-03-29T22:07:23+0000 Johannes Thyssen Tishman <jtt@openbsd.org>:
> Please find below an update for graphics/py-pivy to version 0.6.10.
New diff below reverting the addition of quarter tests which require Qt
support (not built). Additionally, when running tests, there's an error
complaining about a circular dependency problem that seems to be fixed
by running the tests from within the tests directory.
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/py-pivy/Makefile,v
diff -u -p -r1.2 Makefile
--- Makefile 24 Feb 2025 19:39:18 -0000 1.2
+++ Makefile 30 Mar 2025 12:13:49 -0000
@@ -1,8 +1,7 @@
COMMENT = Python bindings for coin
-MODPY_DISTV = 0.6.9
+MODPY_DISTV = 0.6.10
PKGNAME = py-${DISTNAME}
-REVISION = 0
DIST_TUPLE += github coin3d pivy ${MODPY_DISTV} .
@@ -23,7 +22,8 @@ MODPY_TEST_LINK_SO = Yes
# other tests require various combinations of X, additional deps,
# and not running with PORTS_PRIVSEP
-MODPY_PYTEST_ARGS = -v tests/coin_tests.py
+MODPY_TEST_DIR = ${WRKSRC}/tests
+MODPY_PYTEST_ARGS = -v coin_tests.py
BUILD_DEPENDS = devel/swig
LIB_DEPENDS = graphics/coin
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/py-pivy/distinfo,v
diff -u -p -r1.1.1.1 distinfo
--- distinfo 27 Jan 2025 22:23:17 -0000 1.1.1.1
+++ distinfo 30 Mar 2025 12:13:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (coin3d-pivy-0.6.9.tar.gz) = wgf17XMImyKBNW2kpQTDj6qrkJALlWOcgHctnSW6C7w=
-SIZE (coin3d-pivy-0.6.9.tar.gz) = 6678377
+SHA256 (coin3d-pivy-0.6.10.tar.gz) = e0CYFsn62Ez5T5NlkoH53SUB0oXrL8YJ6UAaPQBM5yM=
+SIZE (coin3d-pivy-0.6.10.tar.gz) = 6678472
[update] graphics/py-pivy 0.6.9 -> 0.6.10