# -*- 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-jupyter_console version 5.2.0 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 maintainers {stromnov @stromnov} openmaintainer description Jupyter terminal console. long_description ${description} homepage http://jupyter.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 5cf2f6363e89b378be96463dea0e9214fbdd708e \ sha256 545dedd3aaaa355148093c5609f0229aeb121b4852995c2accfa64fe3e0e55cd if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-jupyter_client \ port:py${python.version}-ipython \ port:py${python.version}-ipykernel \ port:py${python.version}-prompt_toolkit \ port:py${python.version}-pygments livecheck.type none }