# -*- 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-ipywidgets version 7.4.2 revision 0 platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @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 83d6bcfa4a5bf3f2171f0e9ad012b9a109433767 \ sha256 a3e224f430163f767047ab9a042fc55adbcab0c24bbe6cf9f306c4f89fdf0ba3 \ size 4114472 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}-nbformat \ port:py${python.version}-widgetsnbextension livecheck.type none }