You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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-napari-console
|
|
python.rootname napari_console
|
|
version 0.1.4
|
|
revision 0
|
|
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description A plugin that adds a console to napari.
|
|
long_description {*}${description}
|
|
homepage https://github.com/napari/napari-console
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
checksums rmd160 2a57b0703026c3c50d427628d6419528f61f432f \
|
|
sha256 e185e4d36d8171ae23ca383dc69c38df76592a984d6c99ad08372d188a1fbb9b \
|
|
size 20152
|
|
|
|
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
|
|
}
|