# -*- 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.14 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 63d8bab762baf792a5a97f3ea8e3dc051bc7d27c \ sha256 1ebe1bfc83a7112d30992e799d39783e47ae1fd0d77c188b8667bec97a0a0465 python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-notebook }