Added: trunk/dports/python/py-qtconsole/Portfile (0 => 139531)
--- trunk/dports/python/py-qtconsole/Portfile (rev 0)
+++ trunk/dports/python/py-qtconsole/Portfile 2015-08-19 21:05:31 UTC (rev 139531)
@@ -0,0 +1,43 @@
+# -*- 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-qtconsole
+version 4.0.1
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description Jupyter Qt console.
+long_description ${description}
+
+homepage http://jupyter.org
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 c8f3b55639ca68d635a3202bd33faafb34159dbf \
+ sha256 2de548811c9a8aad8a5fa64d8a1264552e0f148f17729c772bace2227a8d98cd
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-traitlets \
+ port:py${python.version}-jupyter_core \
+ port:py${python.version}-jupyter_client \
+ port:py${python.version}-pygments \
+ port:py${python.version}-ipykernel
+
+ # Note: depends on one of py-pyqt4, py-pyqt5 or py-pyside (first available at runtime)
+ # TODO: add notes or specify default variant
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-qtconsole/Portfile
___________________________________________________________________