Added: trunk/dports/python/py-ipyparallel/Portfile (0 => 139524)
--- trunk/dports/python/py-ipyparallel/Portfile (rev 0)
+++ trunk/dports/python/py-ipyparallel/Portfile 2015-08-19 20:36:31 UTC (rev 139524)
@@ -0,0 +1,41 @@
+# -*- 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-ipyparallel
+version 4.0.2
+revision 0
+categories-append devel science
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description Interactive Parallel Computing with IPython.
+long_description ${description}
+
+homepage http://ipython.org/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 18a3168984c1f1767f932e13f728662d6e22b1de \
+ sha256 6b9e09ca441a45e055b97cb8e3e1dd30de85b935fae3aa0d97f138352fd3089b
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-ipython_genutils \
+ port:py${python.version}-decorator \
+ port:py${python.version}-zmq \
+ port:py${python.version}-ipython \
+ port:py${python.version}-jupyter_client \
+ port:py${python.version}-ipykernel
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-ipyparallel/Portfile
___________________________________________________________________