Files
2026-04-16 10:50:50 -04:00

43 lines
1.6 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-ipykernel
version 7.2.0
revision 0
categories-append devel
license BSD
supported_archs noarch
platforms {darwin any}
python.versions 310 311 312 313 314
python.pep517_backend hatch
maintainers {stromnov @stromnov} openmaintainer
description IPython Kernel for Jupyter
long_description {*}${description}.
homepage https://ipython.org/
checksums rmd160 d7e11de7193355395f4d77df7c66ac776feb1e8e \
sha256 18ed160b6dee2cbb16e5f3575858bc19d8f1fe6046a9a680c708494ce31d909e \
size 176046
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-debugpy \
port:py${python.version}-ipython \
port:py${python.version}-comm \
port:py${python.version}-traitlets \
port:py${python.version}-jupyter_client \
port:py${python.version}-jupyter_core \
port:py${python.version}-nest_asyncio \
port:py${python.version}-tornado \
port:py${python.version}-matplotlib-inline \
port:py${python.version}-appnope \
port:py${python.version}-zmq \
port:py${python.version}-psutil \
port:py${python.version}-packaging
}