# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        Calysto metakernel 0.23.0 v
revision            0
set real_name       metakernel
name                py-${real_name}
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).
platforms           darwin

checksums           rmd160  2e739ddea7c07017907b6d91d7c7a1072f9262ed \
                    sha256  a14fedea5cf9cfe29d98095206222ba72131ef12d8f62c255a967f108b0a6319 \
                    size    277331

python.versions     27 36 37

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