# -*- 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-widgetsnbextension version 1.2.6 revision 0 platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Interactive HTML widgets for Jupyter notebooks. long_description ${description} homepage http://ipython.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 4e622e394ed49289f8386eb4e4b31e3b474646bd \ sha256 c618cfb32978c9517caf0b4ef3aec312f8dd138577745e7b0d4abfcc7315ce51 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-notebook livecheck.type none } else { livecheck.type pypi }