[139379] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Aug 14 11:23:44 PDT 2015


Revision: 139379
          https://trac.macports.org/changeset/139379
Author:   stromnov at macports.org
Date:     2015-08-14 11:23:44 -0700 (Fri, 14 Aug 2015)
Log Message:
-----------
py-nbconvert: new port

Added Paths:
-----------
    trunk/dports/python/py-nbconvert/
    trunk/dports/python/py-nbconvert/Portfile

Added: trunk/dports/python/py-nbconvert/Portfile
===================================================================
--- trunk/dports/python/py-nbconvert/Portfile	                        (rev 0)
+++ trunk/dports/python/py-nbconvert/Portfile	2015-08-14 18:23:44 UTC (rev 139379)
@@ -0,0 +1,44 @@
+# -*- 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.0.0
+revision            0
+categories-append   textproc
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+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  5b89149b7252bd06ac97319d020b440db0ff71f2 \
+                    sha256  472ad15d1a71f1ef00c4094c11bb93638858fc89fb2c5838b3aa6b67d981b437
+
+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}-tornado \
+                        port:py${python.version}-jupyter_client
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-nbconvert/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150814/dafe2c28/attachment.html>


More information about the macports-changes mailing list