[116239] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Wed Jan 22 03:19:16 PST 2014


Revision: 116239
          https://trac.macports.org/changeset/116239
Author:   g5pw at macports.org
Date:     2014-01-22 03:19:16 -0800 (Wed, 22 Jan 2014)
Log Message:
-----------
python/py-lmfit:
  new port (closes #39627)

Added Paths:
-----------
    trunk/dports/python/py-lmfit/
    trunk/dports/python/py-lmfit/Portfile

Added: trunk/dports/python/py-lmfit/Portfile
===================================================================
--- trunk/dports/python/py-lmfit/Portfile	                        (rev 0)
+++ trunk/dports/python/py-lmfit/Portfile	2014-01-22 11:19:16 UTC (rev 116239)
@@ -0,0 +1,33 @@
+# -*- 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.7.2
+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://cars9.uchicago.edu/software/python/lmfit/index.html
+master_sites            http://pypi.python.org/packages/source/l/lmfit
+distname                lmfit-${version}
+
+checksums               rmd160  be3dc08cefc715c866aa32f037d2bf7fc5273b2e \
+                        sha256  f6c3cdf68ad70db304b450500c3064f0eff7d109c971378c10b86f195d0fc084
+
+python.versions         26 27 32 33
+python.default_version  27
+
+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."
+}


Property changes on: trunk/dports/python/py-lmfit/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140122/edeb9d67/attachment.html>


More information about the macports-changes mailing list