# -*- 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-nbconvert version 4.2.0 revision 1 categories-append textproc platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Jupyter Notebooks converter. long_description ${description} homepage http://jupyter.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 12f3f227a084218aba1694665052b57fd9e93c8b \ sha256 55946d7522741294fcdd50799bd1777d16673ce721fecca0610cdb86749863c6 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-mistune \ port:py${python.version}-jinja2 \ port:py${python.version}-pygments \ port:py${python.version}-traitlets \ port:py${python.version}-jupyter_core \ port:py${python.version}-nbformat \ port:py${python.version}-entrypoints \ \ port:py${python.version}-tornado \ port:py${python.version}-jupyter_client livecheck.type none } else { livecheck.type pypi }