# -*- 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.13.3 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 0010dd73f3f1b05a2b04e5466403ca5e4cfd950a \ sha256 a2007088498f226531462e76e6f142418fe59e06571e2c7b5c60b3a1e27ef9e1 \ size 779492 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 } }