Ticket #44579: port-py_python.diff

File port-py_python.diff, 935 bytes (added by anddam (Andrea D'Amore), 10 years ago)
  • Portfile

     
    88set realname        ipython
    99
    1010name                py-${realname}
    11 version             2.1.0
    12 revision            2
     11version             2.2.0
    1312platforms           darwin
    1413license             BSD
    1514supported_archs     noarch
     
    3231
    3332distname            ${realname}-${version}
    3433
    35 checksums           rmd160  be336a84908bd9ee0476ea6986193c8b034c4988 \
    36                     sha256  ca86a6308c4b53ea8a040ba776066dc9a7af4ac738ad43ab2059a016c09b0c2d
     34checksums           rmd160  a5e1d943e213b5eceadfbe699718019b726f9e12 \
     35                    sha256  b7ca77ba54a02f032055b73f5f62b01431f818ae00f63716b78f881c2b2564e2
    3736
    3837# IPython 1.0 requires Python ≥ 2.6.5 or ≥ 3.2.1. It does not support Python 3.0, 3.1, or 2.5.
    3938# IPython 2.0 requires Python ≥ 2.7 or ≥ 3.3.