# -*- 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.20.12 v 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 7752365338cec0e08f1d34d5f0def9d0fe9bb7a7 \ sha256 e20ad02bdb6f2aa70dd1bd154ea1ccc76d05662565e808b6cacda65471aa4683 python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-notebook }