23 lines
589 B
Makefile
23 lines
589 B
Makefile
COMMENT= kernels used by spyder on its ipython console
|
|
|
|
MODPY_EGG_VERSION= 1.10.2
|
|
DISTNAME= spyder-kernels-${MODPY_EGG_VERSION}
|
|
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
|
|
|
|
PORTROACH= limit:^1
|
|
|
|
HOMEPAGE= https://github.com/spyder-ide/spyder-kernels
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
RUN_DEPENDS = devel/py-cloudpickle${MODPY_FLAVOR} \
|
|
devel/ipython${MODPY_FLAVOR}>=7.6.0 \
|
|
devel/py-ipykernel${MODPY_FLAVOR}>=5.3.0 \
|
|
devel/py-jupyter_client${MODPY_FLAVOR}>=5.3.4 \
|
|
devel/py-wurlitzer${MODPY_FLAVOR}>=1.0.3 \
|
|
net/py-zmq${MODPY_FLAVOR}>=17
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|