Files

31 lines
970 B
Plaintext
Raw Permalink Normal View History

2025-09-22 10:42:27 -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-pythonqwt
2025-10-27 09:23:24 -04:00
version 0.15.0
2025-09-22 10:42:27 -04:00
revision 0
platforms {darwin any}
supported_archs noarch
license Qwt MIT PyQwt
maintainers {reneeotten @reneeotten} openmaintainer
description Qt plotting widgets for Python
long_description {*}${description}
homepage https://github.com/PlotPyStack/PythonQwt
2025-10-27 09:23:24 -04:00
checksums rmd160 b20f33d55727be7417d2679343696ab6a48f5b4f \
sha256 de0bc399eb0b69ea281493829bccaddd4d2066bb6ab5a8cec8426d4d4198ed74 \
size 1221219
2025-09-22 10:42:27 -04:00
2025-11-18 10:21:04 -05:00
python.versions 313 314
2025-09-22 10:42:27 -04:00
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-numpy \
port:py${python.version}-qtpy
}