You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -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.16.1
|
|
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 33f5184b0391990c4247e6264b0fa01d25080a21 \
|
|
sha256 92fa6084c4c1f8dbf387b7abae57ec3bff4fd6cfee29e2c62a08e65a8462cce7 \
|
|
size 1234163
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-qtpy
|
|
}
|