# -*- 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-notebook version 4.2.3 revision 0 categories-append devel science platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers 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 79285f3f3f4280795dc80d1712a93ce1a63e08fa \ sha256 39a9603d3fe88b60de2903680c965cf643acf2c16fb2c6bac1d905e1042b5851 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}-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}-terminado patchfiles-append patch-setup.py.diff livecheck.type none } else { livecheck.type pypi }