Ticket #43667: patch-Portfile.diff

File patch-Portfile.diff, 912 bytes (added by lpsinger (Leo Singer), 10 years ago)

Proposed change to Portfile

  • Portfile

    old new  
    99
    1010name                py-${realname}
    1111version             2.0.0
    12 revision            0
     12revision            1
    1313platforms           darwin
    1414license             BSD
    1515supported_archs     noarch
     
    7575                                port:py${python.version}-requests \
    7676                                port:py${python.version}-sphinx \
    7777                                port:py${python.version}-tornado
     78
     79        # Exporting notebooks as HTML or other formats requires pandoc. See:
     80        # http://ipython.org/ipython-doc/stable/install/install.html#dependencies-for-nbconvert-converting-notebooks-to-various-formats
     81        depends_run-append      port:pandoc
    7882    }
    7983
    8084    variant pyqt4 conflicts pyside requires parallel description "Support for the Qt console using pyqt4" {