# -*- 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             6.29.5
revision            0
categories-append   devel
license             BSD
supported_archs     noarch
platforms           {darwin any}

python.versions     38 39 310 311 312 313
python.pep517_backend hatch

maintainers         {stromnov @stromnov} openmaintainer

description         IPython Kernel for Jupyter
long_description    {*}${description}.

homepage            https://ipython.org/

checksums           rmd160  36e689fecdb71233ceda46eceac8e41114d20c10 \
                    sha256  f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215 \
                    size    163367

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
}
