# -*- 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-napari-console python.rootname napari_console version 0.1.1 revision 0 license BSD maintainers {mps @Schamschula} openmaintainer description A plugin that adds a console to napari. long_description {*}${description} supported_archs noarch platforms {darwin any} homepage https://github.com/napari/napari-console python.versions 39 310 311 312 checksums rmd160 f927fbfa23ebdfc02553ce442b96e6e5cf03eca2 \ sha256 b3e0ee5c71e60792a1a9053b1393dfc974df4a359e1543dd96f2323fc690796e \ size 19981 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-ipykernel \ port:py${python.version}-ipython \ port:py${python.version}-napari-plugin-engine \ port:py${python.version}-qtconsole \ port:py${python.version}-qtpy }