mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
898fe94620
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.
29 lines
459 B
Makefile
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>
|