You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 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-plotpy
|
|
version 2.9.0
|
|
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/
|
|
|
|
checksums rmd160 e9d1f9871a3ba1e165a001fa5239addbabcb980a \
|
|
sha256 1746c796c5484447d133f0459c6bd9a1c7324cd1910d7f1356b19d188c6d6725 \
|
|
size 8266818
|
|
|
|
python.versions 313 314
|
|
|
|
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
|
|
}
|