# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-jupyter_console version 5.0.0 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers 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 563628c5ea162c875cb6061ce4f6acd4ca84909a \ sha256 7ddfc8cc49921b0ed852500928922e637f9188358c94b5c76339a5a8f9ac4c11 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 } else { livecheck.type pypi }