# -*- 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-notebook version 5.7.6 revision 0 categories-append devel science platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @stromnov} openmaintainer description Web-based notebook environment for interactive computing. long_description ${description} homepage http://jupyter.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 bfe058dcc54e0be016df47ca8f3837a09f89c54f \ sha256 18a98858c0331fb65a60f2ebb6439f8c0c4defd14ca363731b6cabc7f61624b4 \ size 13369646 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-jinja2 \ port:py${python.version}-tornado \ port:py${python.version}-zmq \ port:py${python.version}-ipython_genutils \ port:py${python.version}-traitlets \ port:py${python.version}-jupyter_core \ port:py${python.version}-jupyter_client \ port:py${python.version}-nbformat \ port:py${python.version}-nbconvert \ port:py${python.version}-ipykernel \ port:py${python.version}-send2trash \ port:py${python.version}-terminado \ port:py${python.version}-prometheus_client if {${python.version} == 27} { depends_lib-append port:py${python.version}-ipaddress } livecheck.type none }