# -*- 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-metakernel
version             0.30.4
revision            0
categories-append   devel science
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         A Jupyter/IPython kernel template
long_description    ${description} which includes core magic functions (including \
                    help, command and file path completion, parallel and distributed \
                    processing, downloads, and much more).
homepage            https://github.com/Calysto/metakernel

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  5efe1fc2ff46faf3e82d0e2af242d01cdb490b61 \
                    sha256  48858f88630db0470f224713d07638ffd411b75c313f06316462d43a3cb082e8 \
                    size    191916

python.versions     310 311 312 313

python.pep517_backend \
                    hatch

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-notebook
}
