|
|
@@ -4,10 +4,11 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-lmfit |
|
|
version 0.9.12 |
|
|
version 0.9.13 |
|
|
revision 0 |
|
|
categories-append math |
|
|
license BSD |
|
|
maintainers {gmail.com:jjstickel @jjstickel} {gmail.com:ottenr.work @reneeotten} openmaintainer |
|
|
maintainers {gmail.com:jjstickel @jjstickel} {reneeotten @reneeotten} 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,\ |
|
|
@@ -18,9 +19,9 @@ homepage https://lmfit.github.io/lmfit-py/ |
|
|
master_sites pypi:l/lmfit/ |
|
|
distname lmfit-${version} |
|
|
|
|
|
checksums rmd160 dc4bb6835e34fadd8786c1dd760f09df694dba6b \ |
|
|
sha256 a8fb058f8ab792fbd01a5d7a659f630822a279c780210df6e32640e1aba58d31 \ |
|
|
size 1569497 |
|
|
checksums rmd160 e9c725baacf92b9255960e76fd0ed32ba52dd92f \ |
|
|
sha256 aaabeb5276cebe7d7c4172c6b1ada5df95fd020e5a43070543961c60bd6f0ec1 \ |
|
|
size 1457657 |
|
|
|
|
|
python.versions 27 34 35 36 37 |
|
|
|
|
|
@@ -41,10 +42,10 @@ if {${subport} ne ${name}} { |
|
|
test.env PYTHONPATH=${worksrcpath}/build/lib |
|
|
|
|
|
post-destroot { |
|
|
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} |
|
|
xinstall -m 644 -W ${worksrcpath} README.rst LICENSE THANKS.txt \ |
|
|
xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${subport} |
|
|
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE THANKS.txt \ |
|
|
${destroot}${prefix}/share/doc/${subport} |
|
|
xinstall -m 644 {*}[glob ${worksrcpath}/examples/*] \ |
|
|
xinstall -m 0644 {*}[glob ${worksrcpath}/examples/*] \ |
|
|
${destroot}${prefix}/share/doc/${subport}/examples |
|
|
} |
|
|
|
|
|
|