You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.2 KiB
Tcl
39 lines
1.2 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-guidata
|
|
version 3.14.4
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Automatic GUI generation for easy dataset editing and \
|
|
display
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/PlotPyStack/guidata
|
|
|
|
checksums rmd160 8abf88689341615c052259d02a34e79088ba391c \
|
|
sha256 23305322676a14f5e3ddb1cc922a181ad468785bcaa7ab387c3463eaba523c79 \
|
|
size 874873
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-h5py \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-qtpy \
|
|
port:py${python.version}-requests
|
|
|
|
if {${python.version} < 311} {
|
|
depends_lib-append \
|
|
port:py${python.version}-tomli
|
|
}
|
|
}
|