Files
macports-ports/python/py-wxmplot/Portfile
T
2024-10-18 11:02:03 -04:00

41 lines
1.5 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-wxmplot
version 0.9.58
revision 0
platforms {darwin any}
supported_archs noarch
license MIT
maintainers {nist.gov:joe.fowler @joefowler} openmaintainer
description Provides wxPython widgets and python functions for displaying numerical data.
long_description \
${description} wxmplot bridges the gap between matplotlib and wxPython by providing \
wxPython widgets and user-friendly functions for basic 2D line plots, image display, \
and some custom plots.
homepage https://newville.github.io/wxmplot
checksums rmd160 2d1b170744a63fc83d54e55426647e5859f27867 \
sha256 6e1e2f626c8e33c7a76a1f392a96f3341fbe7531a7533828e552b9ae46429925 \
size 137954
python.versions 39 310 311 312
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
depends_run-append \
port:py${python.version}-matplotlib \
port:py${python.version}-numpy \
port:py${python.version}-yaml \
port:py${python.version}-Pillow \
port:py${python.version}-wxpython-4.0 \
port:py${python.version}-wxutils
}