# -*- 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 5.2.0 revision 0 categories-append devel science platforms darwin license BSD supported_archs noarch python.versions 27 34 35 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 c1a823daf803d0431882cf3cce3a89c6d4bbfca9 \ sha256 d99e760f1a136b1c402755a4ab51a8d7cb87c892cccadf641948a5e886c8a455 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 \ port:py${python.version}-tornado if {${python.version} == 27} { depends_lib-append port:py${python.version}-futures } livecheck.type none } else { livecheck.type pypi }