# -*- 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
categories-append science
python.versions 27 35 36 37
description Python package for feedback control systems
The Python Control Systems Library, python-control, is a python package that \
implements basic operations for analysis and design of feedback control \
homepage http://python-control.org/
master_sites pypi:c/${python.rootname}/
distname ${python.rootname}-${version}
checksums rmd160 6bb9844a53a1168d3d1b12a46e6d3ce7315d752a \
sha256 726e8c36a253a54c8886df31f860d740d70de4f8b041421d5df078c3bff3aadb \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
port:py${python.version}-matplotlib \
port:py${python.version}-numpy \
port:py${python.version}-scipy
port:py${python.version}-nose
test.cmd ${python.bin} setup.py
xinstall -m 0755 -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