# -*- 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-nbformat version 4.1.0 revision 0 platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description The Jupyter Notebook format. long_description ${description} homepage http://jupyter.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 64bf8fcee9e43960f50d85cd50434ce2db840ca6 \ sha256 dbf6c0ed0cb7c5a7184536368f1dd1ada2d48fd6f016e0f9e9b69236e28c0857 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-ipython_genutils \ port:py${python.version}-traitlets \ port:py${python.version}-jsonschema \ port:py${python.version}-jupyter_core livecheck.type none } else { livecheck.type pypi }