You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 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-ipywidgets
|
|
version 8.1.2
|
|
revision 0
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description IPython HTML widgets for Jupyter.
|
|
long_description {*}${description}
|
|
|
|
homepage https://ipython.org
|
|
|
|
checksums rmd160 ddc6e69027261dc6e54be0c307b0e00d42914c86 \
|
|
sha256 d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9 \
|
|
size 116492
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-comm \
|
|
port:py${python.version}-ipython \
|
|
port:py${python.version}-traitlets \
|
|
port:py${python.version}-widgetsnbextension \
|
|
port:py${python.version}-jupyterlab_widgets
|
|
}
|