Ticket #30521: Portfile-py27-ipython.diff

File Portfile-py27-ipython.diff, 1.9 KB (added by cdeil (Christoph Deil), 13 years ago)
  • Portfile

    old new  
    77
    88name                    py27-ipython
    99set my_name             ipython
    10 version                 0.10.2
     10version                 0.11
    1111revision                0
    1212categories              python
    1313platforms               darwin
     
    2121                        other systems with Python as the underlying language.  \
    2222                        Allow interactive testing of threaded graphical toolkits.
    2323
    24 homepage                http://ipython.scipy.org/
    25 master_sites            ${homepage}dist/
     24homepage                http://ipython.org
     25master_sites            http://archive.ipython.org/release/${version}
    2626distname                ${my_name}-${version}
    2727
    28 checksums               md5     dda59bfc6e256ce786c4bc4aadb220a4 \
    29                         sha1    d45b97b0f458fd517cb2bfa9ebb3c671c46a21c0 \
    30                         rmd160  365a4eb9b534df1a9aa8717f173e9a032224ea01
     28checksums               md5     efc899e752a4a4a67a99575cea1719ef \
     29                        sha1    e658f48502b9bac5a280d34da232303ff599e9af \
     30                        rmd160  2f9cae582e8a185040b30cd77a2c24ee7699b0e2
     31
     32depends_lib             port:readline
    3133
    3234use_parallel_build      yes
    3335
     
    5052run:
    5153    port select --set ${select.group} [file tail ${select.file}]"
    5254
    53 variant scientific description "Use ScientificPython to provide physical quantities support" {
    54     depends_lib-append      port:py27-scientific
     55variant parallel description "Support for parallel computing" {
     56    depends_lib-append      port:py27-zmq
    5557}
    5658
    57 default_variants        +scientific
     59variant qtconsole description "Support for the Qt console" {
     60    depends_lib-append      port:py27-pyside
     61}
    5862
    5963livecheck.type          regex
    60 livecheck.url           ${homepage}/moin/Download
     64livecheck.url           ${homepage}
    6165livecheck.regex         ${my_name}-(\\d+(?:\\.\\d+)*)