# -*- 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-qtconsole version 4.3.1 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 maintainers stromnov openmaintainer description Jupyter Qt console. long_description ${description} homepage http://jupyter.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 43a55fb2da8569e2265bbcc443b729b12db7edad \ sha256 eff8c2faeda567a0bef5781f419a64e9977988db101652b312b9d74ec0a5109c if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-traitlets \ port:py${python.version}-jupyter_core \ port:py${python.version}-jupyter_client \ port:py${python.version}-pygments \ port:py${python.version}-ipykernel # Note: depends on one of py-pyqt4, py-pyqt5 or py-pyside (first available at runtime) # TODO: add notes or specify default variant livecheck.type none }