Ticket #45237: py-lmfit_Portfile.diff
File py-lmfit_Portfile.diff, 1.4 KB (added by jjstickel (Jonathan Stickel), 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-lmfit 8 version 0. 7.28 version 0.8.0 9 9 categories-append math 10 10 license BSD 11 11 maintainers gmail.com:jjstickel openmaintainer … … 15 15 can have upper and/or lower bounds, or can be written\ 16 16 in terms of algebraic constraints of other Parameters. 17 17 platforms darwin 18 homepage http:// cars9.uchicago.edu/software/python/lmfit/index.html19 master_sites http ://pypi.python.org/packages/source/l/lmfit18 homepage http://lmfit.github.io/lmfit-py/ 19 master_sites https://pypi.python.org/packages/source/l/lmfit/ 20 20 distname lmfit-${version} 21 21 22 checksums rmd160 be3dc08cefc715c866aa32f037d2bf7fc5273b2e \ 23 sha256 f6c3cdf68ad70db304b450500c3064f0eff7d109c971378c10b86f195d0fc084 22 # no (or hidden) curl certificates on 10.8 (and 10.9)? 23 fetch.ignore_sslcert yes 24 24 25 python.versions 26 27 32 33 25 checksums rmd160 2ed751ae259f7aa329337132e6f7d20cb409b4d2 \ 26 sha256 a40524376b6ef7be97230b8b278c8516d72f2d6f644a1fe6e9a00c2257265b4d 27 28 python.versions 26 27 32 33 34 26 29 python.default_version 27 27 30 28 31 if {$subport ne $name} {