Ticket #44555: Portfile-qutip.diff

File Portfile-qutip.diff, 2.6 KB (added by jrjohansson@…, 10 years ago)
  • Portfile

    old new  
    44PortGroup               python 1.0
    55PortGroup               active_variants 1.1
    66name                    py-qutip
    7 version                 2.2.0
     7version                 3.0.1
    88revision                1
    99categories-append       science
    1010platforms               darwin
    11 license                 GPL-3
     11license                 BSD
    1212maintainers             mf2k openmaintainer
    1313description             Quantum Toolbox in Python
    1414long_description        QuTiP is open-source software for simulating the dynamics of open quantum systems.
    1515homepage                http://qutip.org/
    1616master_sites            http://qutip.org/downloads/${version}/
    17 distname                QuTiP-${version}
     17distname                qutip-${version}
    1818worksrcdir              qutip-${version}
    19 checksums               rmd160  e2e6a8c8790e8cd1444b0e4f1c52c91d42fffada \
    20                         sha256  a26a639d74b2754b3a1e329d91300e587e8c399d8a81d8f18a4a74c6d6f02ba3
     19checksums               rmd160  b27a37dbe7da8aab58e4be88044e8fec2d0f1806 \
     20                        sha256  8ec90a59786829fe55dece26a1798661d6174b848eb6bb9622edf270d32d833d
    2121                       
    22 python.versions         26 27
     22python.versions         26 27 33 34
    2323# py-scipy is not universal
    2424if {${name} ne ${subport}} {
    25     # Can use either py*-pyqt4 or py*-pyqt4-devel.
    2625    depends_lib-append  port:py${python.version}-cython \
    2726                        port:py${python.version}-ipython \
    2827                        port:py${python.version}-matplotlib \
    29                         port:py${python.version}-mayavi \
    3028                        port:py${python.version}-numpy \
    31                         path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4 \
    32                         port:py${python.version}-scipy \
    33                         port:vtk5
     29                        port:py${python.version}-scipy
    3430 
    35     require_active_variants py${python.version}-ipython "pyqt4 notebook parallel scientific"
     31    require_active_variants py${python.version}-ipython "notebook parallel scientific"
    3632    require_active_variants py${python.version}-matplotlib latex
    37     require_active_variants vtk5 "python${python.version} qt4_mac"
    3833    set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9}
    3934    set default_fortran_variant +gcc48
    4035    foreach ver ${gcc_versions} {
     
    8479} else {
    8580    livecheck.type      regex
    8681    livecheck.url       ${homepage}
    87     livecheck.regex     {QuTiP-([0-9\.]+)\.tar\.gz}
     82    livecheck.regex     {qutip-([0-9\.]+)\.tar\.gz}
    8883}
     84 No newline at end of file