Files
sthen 898fe94620 bump py-numpy consumers. at least those which have compiled modules using
numpy are no longer ABI-compatible following the update to numpy 2.x.
this may over-bump slightly, but I've seen problems with at least pandas
and scipy, and identifying others individually is too time-consuming.
2025-05-20 12:10:49 +00:00

29 lines
459 B
Makefile

COMMENT = pure-python graphics and GUI library
MODPY_DISTV = 0.13.7
DISTNAME = pyqtgraph-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = graphics
HOMEPAGE = https://www.pyqtgraph.org/
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = math/py-numpy>=1.22.0 \
x11/py-qt5
TEST_IS_INTERACTIVE = X11
.include <bsd.port.mk>