Files
2020-05-13 10:43:17 +03:00

54 lines
2.0 KiB
Tcl

# -*- 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.3.0
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/
checksums rmd160 ee34e2b5b19c1c2828ccc64b2b43490bcd0c94f2 \
sha256 0a97b276c62db633e9e97a816282bdd166f9df74e28204f0c8fa54b71944cfdc \
size 2380153
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} <= 35} {
version 6.2.4
revision 0
distname ${python.rootname}-${version}
checksums rmd160 51342cfa933829b46dd100f676416232fc02c4ec \
sha256 76c7b028962b0ba762e4e45b450ee3a4353e7221526a8af812e817d7ef6ac065 \
size 2374073
if {${python.version} == 27} {
depends_lib-append port:py${python.version}-futures
}
}
livecheck.type none
}