Added: trunk/dports/python/py-ipykernel/Portfile (0 => 139522)
--- trunk/dports/python/py-ipykernel/Portfile (rev 0)
+++ trunk/dports/python/py-ipykernel/Portfile 2015-08-19 20:33:08 UTC (rev 139522)
@@ -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-ipykernel
+version 4.0.3
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description IPython Kernel for Jupyter.
+long_description ${description}
+
+homepage http://ipython.org
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 1495ad27a48235688a9389450c13b4606bbaaaa4 \
+ sha256 a4d7d2d35a0af432c8391872cb4dae727d77031212f32ca858b5c84cd0ea821f
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-ipython \
+ port:py${python.version}-traitlets \
+ port:py${python.version}-jupyter_client
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-ipykernel/Portfile
___________________________________________________________________