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  
    55PortGroup               python 1.0
    66
    77name                    py-lmfit
    8 version                 0.7.2
     8version                 0.8.0
    99categories-append       math
    1010license                 BSD
    1111maintainers             gmail.com:jjstickel openmaintainer
     
    1515                        can have upper and/or lower bounds, or can be written\
    1616                        in terms of algebraic constraints of other Parameters.
    1717platforms               darwin
    18 homepage                http://cars9.uchicago.edu/software/python/lmfit/index.html
    19 master_sites            http://pypi.python.org/packages/source/l/lmfit
     18homepage                http://lmfit.github.io/lmfit-py/
     19master_sites            https://pypi.python.org/packages/source/l/lmfit/
    2020distname                lmfit-${version}
    2121
    22 checksums               rmd160  be3dc08cefc715c866aa32f037d2bf7fc5273b2e \
    23                         sha256  f6c3cdf68ad70db304b450500c3064f0eff7d109c971378c10b86f195d0fc084
     22# no (or hidden) curl certificates on 10.8 (and 10.9)?
     23fetch.ignore_sslcert    yes
    2424
    25 python.versions         26 27 32 33
     25checksums           rmd160  2ed751ae259f7aa329337132e6f7d20cb409b4d2 \
     26                    sha256  a40524376b6ef7be97230b8b278c8516d72f2d6f644a1fe6e9a00c2257265b4d
     27
     28python.versions         26 27 32 33 34
    2629python.default_version  27
    2730
    2831if {$subport ne $name} {