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.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 0077df60c61e08c4e5f584c349c35c5a6ab6b38f \
|
|
sha256 47edc8ee8440cb482c9edef5540246b6b792c0272c49c1408baf04a6491beda7 \
|
|
size 1234388
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-qtpy
|
|
}
|