# -*- 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.3 revision 0 categories-append devel license BSD supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 python.pep517_backend hatch maintainers {stromnov @stromnov} openmaintainer description IPython Kernel for Jupyter long_description {*}${description}. homepage https://ipython.org/ checksums rmd160 e2987737c7b53db3c65f9f073489404d9395b770 \ sha256 e14c250d1f9ea3989490225cc1a542781b095a18a19447fcf2b5eaf7d0ac5bd2 \ size 162794 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 }