[146113] trunk/dports/python/py-lmfit/Portfile
khindenburg at macports.org
khindenburg at macports.org
Sat Feb 27 20:40:39 PST 2016
Revision: 146113
https://trac.macports.org/changeset/146113
Author: khindenburg at macports.org
Date: 2016-02-27 20:40:39 -0800 (Sat, 27 Feb 2016)
Log Message:
-----------
py-lmfit: update to 0.9.2; add py35; fix livecheck #50718
Modified Paths:
--------------
trunk/dports/python/py-lmfit/Portfile
Modified: trunk/dports/python/py-lmfit/Portfile
===================================================================
--- trunk/dports/python/py-lmfit/Portfile 2016-02-28 03:47:12 UTC (rev 146112)
+++ trunk/dports/python/py-lmfit/Portfile 2016-02-28 04:40:39 UTC (rev 146113)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-lmfit
-version 0.8.0
+version 0.9.2
categories-append math
license BSD
maintainers gmail.com:jjstickel openmaintainer
@@ -19,14 +19,17 @@
master_sites https://pypi.python.org/packages/source/l/lmfit/
distname lmfit-${version}
-checksums rmd160 2ed751ae259f7aa329337132e6f7d20cb409b4d2 \
- sha256 a40524376b6ef7be97230b8b278c8516d72f2d6f644a1fe6e9a00c2257265b4d
+checksums rmd160 7a93721a554961fde5016cf10dece8364a100154 \
+ sha256 f2c141545578c084908a7a8c9b71a02800a19072cbe8b03bfa72b751978cc989
-python.versions 26 27 33 34
+python.versions 26 27 33 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
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160227/e069b0c1/attachment.html>
More information about the macports-changes
mailing list