mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33: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.
34 lines
664 B
Makefile
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>
|