Ticket #44579: port-py_python.diff
File port-py_python.diff, 935 bytes (added by anddam (Andrea D'Amore), 10 years ago) |
---|
-
Portfile
8 8 set realname ipython 9 9 10 10 name py-${realname} 11 version 2.1.0 12 revision 2 11 version 2.2.0 13 12 platforms darwin 14 13 license BSD 15 14 supported_archs noarch … … 32 31 33 32 distname ${realname}-${version} 34 33 35 checksums rmd160 be336a84908bd9ee0476ea6986193c8b034c4988\36 sha256 ca86a6308c4b53ea8a040ba776066dc9a7af4ac738ad43ab2059a016c09b0c2d34 checksums rmd160 a5e1d943e213b5eceadfbe699718019b726f9e12 \ 35 sha256 b7ca77ba54a02f032055b73f5f62b01431f818ae00f63716b78f881c2b2564e2 37 36 38 37 # IPython 1.0 requires Python ≥ 2.6.5 or ≥ 3.2.1. It does not support Python 3.0, 3.1, or 2.5. 39 38 # IPython 2.0 requires Python ≥ 2.7 or ≥ 3.3.