You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
31 lines
970 B
Tcl
31 lines
970 B
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-pythonqwt
|
|
version 0.15.0
|
|
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
|
|
|
|
checksums rmd160 b20f33d55727be7417d2679343696ab6a48f5b4f \
|
|
sha256 de0bc399eb0b69ea281493829bccaddd4d2066bb6ab5a8cec8426d4d4198ed74 \
|
|
size 1221219
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-qtpy
|
|
}
|