mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
40 lines
816 B
Makefile
40 lines
816 B
Makefile
COMMENT = Jupyter Qt console
|
|
|
|
MODPY_DISTV = 5.7.2
|
|
DISTNAME = qtconsole-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = shells
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-ipykernel>=4.1 \
|
|
devel/py-jupyter_client>=4.1 \
|
|
devel/py-jupyter_core \
|
|
devel/py-pexpect \
|
|
devel/py-traitlets>=5.2.2 \
|
|
sysutils/py-packaging \
|
|
textproc/py-ipython_pygments_lexers \
|
|
textproc/py-pygments \
|
|
x11/py-qt6 \
|
|
x11/py-qtpy>=2.4.0
|
|
|
|
# XXX: needs qtbot fixture from pytest-qt
|
|
MODPY_PYTEST_ARGS = --ignore qtconsole/tests/test_00_console_widget.py
|
|
|
|
TEST_DEPENDS = devel/py-flaky \
|
|
devel/py-test-asyncio \
|
|
devel/py-test-cov
|
|
|
|
PORTHOME = ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|