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