# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-lmfit version 0.9.5 categories-append math license BSD maintainers gmail.com:jjstickel openmaintainer description Least-Squares Minimization with Bounds and Constraints long_description Built on top of scipy.optimize, lmfit provides a\ Parameter object which can be set as fixed or free,\ can have upper and/or lower bounds, or can be written\ in terms of algebraic constraints of other Parameters. platforms darwin homepage http://lmfit.github.io/lmfit-py/ master_sites pypi:l/lmfit/ distname lmfit-${version} checksums rmd160 3e9c32c8fe88987e35211e4d7ed694eff292dc7d \ sha256 eebc3c34ed9f3e51bdd927559a5482548c423ad5a0690c6fdcc414bfb5be6667 python.versions 27 34 35 if {$subport ne $name} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-scipy notes-append "If py${python.version}-uncertainties is also installed, propagation of uncertainties to constrained parameters will be enabled." notes-append "If upgrading from 0.8.x, any scripts using lmfit must be changed https://lmfit.github.io/lmfit-py/whatsnew.html#whatsnew-090-label" } else { livecheck.type pypi }