Files
ports/lang/pcbasic/Makefile
T
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

34 lines
664 B
Makefile

COMMENT = free, cross-platform emulator for GW-BASIC family (PC-BASIC)
MODPY_DISTV = 2.0.7
GH_ACCOUNT = robhagemans
GH_PROJECT = pcbasic
GH_TAGNAME = v${MODPY_DISTV}
DISTNAME = pcbasic-${MODPY_DISTV}
REVISION = 2
CATEGORIES = lang
HOMEPAGE = http://www.pc-basic.org/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# GPLv3+
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = hatchling
# test_main hangs forever
MODPY_PYTEST_ARGS = --ignore tests/unit/test_main.py
PORTHOME = ${WRKDIST}
BUILD_DEPENDS = devel/py-hatch-nodejs-version
RUN_DEPENDS = devel/py-parallel \
devel/py-serial \
devel/sdl2-gfx \
math/py-numpy
.include <bsd.port.mk>