You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
48 lines
1.6 KiB
Tcl
48 lines
1.6 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-npe2
|
|
version 0.8.3
|
|
revision 0
|
|
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description napari plugin refactor
|
|
long_description {*}${description}
|
|
homepage https://github.com/napari/npe2
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 35d78b4787597e407244d8005c6dbfbd241a646b \
|
|
sha256 a8f63efefcf67f5c839d5fa6abf7a1236a9ac47afb2eb756a97e7e661f8642a2 \
|
|
size 126106
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-hatch-vcs
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-appdirs \
|
|
port:py${python.version}-platformdirs \
|
|
port:py${python.version}-psygnal \
|
|
port:py${python.version}-pydantic \
|
|
port:py${python.version}-pydantic-extra-types \
|
|
port:py${python.version}-tomli-w \
|
|
port:py${python.version}-rich \
|
|
port:py${python.version}-typer \
|
|
port:py${python.version}-yaml
|
|
|
|
if {${python.version} <= 310} {
|
|
depends_lib-append \
|
|
port:py${python.version}-tomli
|
|
}
|
|
}
|