# -*- 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-pyqt5-chart python.rootname PyQtChart version 5.15.6 revision 1 categories-append devel license {GPL-3 OpenSSLException} maintainers {reneeotten @reneeotten} openmaintainer description PyQt5 Chart bindings long_description PyQtChart is a set of Python bindings for The Qt Company's Qt Charts library. \ The bindings sit on top of PyQt5 and are implemented as a single module.. homepage https://www.riverbankcomputing.com/software/pyqtchart checksums rmd160 39c51896a3f4d5edde9bc43abd00c8ad50f8d622 \ sha256 2691796fe92a294a617592a5c5c35e785dc91f7759def9eb22da79df63762339 \ size 68297 python.versions 38 39 310 311 312 python.pep517 no compiler.cxx_standard 2011 if {${name} ne ${subport}} { PortGroup qmake5 1.0 qt5.depends_component \ qtcharts depends_build-append \ port:py${python.version}-pyqt-builder \ path:${python.prefix}/bin/sip-build:py${python.version}-sip depends_lib-append \ port:py${python.version}-pyqt5 build.args-append \ --qmake ${qt_qmake_cmd} \ --verbose build.cmd sip-build-${python.branch} build.target pre-destroot { reinplace "s|sip-distinfo|sip-distinfo-${python.branch}|g" \ ${build.dir}/build/Makefile } destroot.cmd make destroot.dir ${build.dir}/build post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} NEWS LICENSE \ ChangeLog README ${destroot}${docdir} } }