# -*- 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-ipywidgets version 5.2.2 revision 0 platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description IPython HTML widgets 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 00d67c11957ee5873b1ded9be19eafca5e75d2f4 \ sha256 baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-ipython \ port:py${python.version}-ipykernel \ port:py${python.version}-traitlets \ port:py${python.version}-widgetsnbextension livecheck.type none } else { livecheck.type pypi }