Files

33 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2025-09-22 10:39:41 -04:00
# -*- 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-plotpy
2026-06-03 22:22:54 -04:00
version 2.10.0
2025-09-22 10:39:41 -04:00
revision 0
license BSD
maintainers {reneeotten @reneeotten} openmaintainer
description Curve and image plotting tools for Python/Qt applications
long_description {*}${description}
homepage https://github.com/PlotPyStack/plotpy/
2026-06-03 22:22:54 -04:00
checksums rmd160 578f03e81778e4f9c34a10875acdbdb521e4891a \
sha256 be14e2e507eb70908e3199544d9f8107a99c30cb5c3961a0ac54269d553ec87b \
size 8274739
2025-09-22 10:39:41 -04:00
2025-11-18 10:20:34 -05:00
python.versions 313 314
2025-09-22 10:39:41 -04:00
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-guidata \
port:py${python.version}-Pillow \
port:py${python.version}-pythonqwt \
port:py${python.version}-scikit-image \
port:py${python.version}-scipy \
port:py${python.version}-tifffile
}