# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-ipyparallel
version             6.2.4
revision            0
categories-append   devel science
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     27 35 36 37

maintainers         {stromnov @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  51342cfa933829b46dd100f676416232fc02c4ec \
                    sha256  76c7b028962b0ba762e4e45b450ee3a4353e7221526a8af812e817d7ef6ac065 \
                    size    2374073

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-setuptools \
                        port:py${python.version}-ipython_genutils \
                        port:py${python.version}-decorator \
                        port:py${python.version}-zmq \
                        port:py${python.version}-traitlets \
                        port:py${python.version}-ipython \
                        port:py${python.version}-jupyter_client \
                        port:py${python.version}-ipykernel \
                        port:py${python.version}-tornado \
                        port:py${python.version}-dateutil

    if {${python.version} == 27} {
        depends_lib-append  port:py${python.version}-futures
    }

    livecheck.type      none
}