# -*- 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-ipykernel version 4.5.0 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description IPython Kernel for Jupyter. long_description ${description} homepage http://ipython.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 deadbdd5d8ce1c65bc5567ca48f203f44faa0499 \ sha256 245a798edb8fd751b95750d8645d736dd739a020e7fc7d5627dac4d1c35d8295 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-ipython \ port:py${python.version}-traitlets \ port:py${python.version}-jupyter_client \ port:py${python.version}-tornado livecheck.type none } else { livecheck.type pypi }