# -*- 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_core version 4.2.0 revision 0 platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Jupyter core package. long_description ${description} homepage http://jupyter.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 4f3a9fe7f2563fa85b1a1ab378a066e82bf5ae55 \ sha256 44ec837a53bebf4e937112d3f9ccf31fee4f8db3e406dd0dd4f0378a354bed9c if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-traitlets livecheck.type none } else { livecheck.type pypi }