[139528] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Aug 19 13:51:52 PDT 2015


Revision: 139528
          https://trac.macports.org/changeset/139528
Author:   stromnov at macports.org
Date:     2015-08-19 13:51:52 -0700 (Wed, 19 Aug 2015)
Log Message:
-----------
py-jupyter_console: new port

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

Added: trunk/dports/python/py-jupyter_console/Portfile
===================================================================
--- trunk/dports/python/py-jupyter_console/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jupyter_console/Portfile	2015-08-19 20:51:52 UTC (rev 139528)
@@ -0,0 +1,38 @@
+# -*- 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_console
+version             4.0.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Jupyter terminal console.
+long_description    ${description}
+
+homepage            http://jupyter.org
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  2ab7e672e668638c297c502b194bc21c1f41a407 \
+                    sha256  21d940dda6da3fce56f69c9fe92a125990c4a5436280ba66f1ad47bda63ebf76
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-jupyter_client \
+                        port:py${python.version}-ipython \
+                        port:py${python.version}-ipykernel
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-jupyter_console/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/20150819/fc89c718/attachment.html>


More information about the macports-changes mailing list