# -*- 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-control version 0.9.4 revision 0 categories-append science license BSD platforms {darwin any} supported_archs noarch maintainers nomaintainer description Python package for feedback control systems long_description \ The Python Control Systems Library, python-control, is a python package that \ implements basic operations for analysis and design of feedback control \ systems. homepage https://python-control.readthedocs.io checksums rmd160 d37c8e33f5e0490d94a010c8c13c5b21f4b94939 \ sha256 0fa57d2216b7ac4e9339c09eab6827660318a641779335864feee940bd19c9ce \ size 5972686 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-matplotlib \ port:py${python.version}-numpy \ port:py${python.version}-scipy test.run yes post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE Pending \ README.rst ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 {*}[glob ${worksrcpath}/examples/*] \ ${destroot}${prefix}/share/doc/${subport}/examples } }