Index | Thread | Search

From:
Caspar Schutijser <caspar@schutijser.com>
Subject:
math/veusz: BUILD_DEPENDS on textproc/py-tomli
To:
Brian Callahan <bcallah@openbsd.org>
Cc:
ports@openbsd.org
Date:
Sun, 30 Jun 2024 19:03:20 +0200

Download raw body.

Thread
Hi,

I locally have an update to devel/py-sip that will not depend on
textproc/py-tomli anymore. Therefore, this port needs to depend on it
explicitly (only at build-time, as far as I can see from the sources).

OK?

Caspar


Index: Makefile
===================================================================
RCS file: /cvs/ports/math/veusz/Makefile,v
diff -u -p -r1.37 Makefile
--- Makefile	6 May 2024 12:23:45 -0000	1.37
+++ Makefile	30 Jun 2024 17:00:54 -0000
@@ -2,7 +2,7 @@ COMMENT =	scientific plotting and graphi
 MODPY_EGG_VERSION =	3.6.2
 DISTNAME =	veusz-${MODPY_EGG_VERSION}
 CATEGORIES =	math graphics
-REVISION =	0
+REVISION =	1
 
 HOMEPAGE =	https://veusz.github.io/
 MAINTAINER =	Brian Callahan <bcallah@openbsd.org>
@@ -21,6 +21,7 @@ MODPY_SETUPTOOLS =	Yes
 
 BUILD_DEPENDS =	devel/py-sip${MODPY_FLAVOR} \
 		math/py-numpy${MODPY_FLAVOR} \
+		textproc/py-tomli${MODPY_FLAVOR} \
 		x11/py-qt5${MODPY_FLAVOR}
 
 RUN_DEPENDS =	math/py-numpy${MODPY_FLAVOR} \