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 7 7 8 8 name py27-ipython 9 9 set my_name ipython 10 version 0.1 0.210 version 0.11 11 11 revision 0 12 12 categories python 13 13 platforms darwin … … 21 21 other systems with Python as the underlying language. \ 22 22 Allow interactive testing of threaded graphical toolkits. 23 23 24 homepage http://ipython. scipy.org/25 master_sites ${homepage}dist/24 homepage http://ipython.org 25 master_sites http://archive.ipython.org/release/${version} 26 26 distname ${my_name}-${version} 27 27 28 checksums md5 dda59bfc6e256ce786c4bc4aadb220a4 \ 29 sha1 d45b97b0f458fd517cb2bfa9ebb3c671c46a21c0 \ 30 rmd160 365a4eb9b534df1a9aa8717f173e9a032224ea01 28 checksums md5 efc899e752a4a4a67a99575cea1719ef \ 29 sha1 e658f48502b9bac5a280d34da232303ff599e9af \ 30 rmd160 2f9cae582e8a185040b30cd77a2c24ee7699b0e2 31 32 depends_lib port:readline 31 33 32 34 use_parallel_build yes 33 35 … … 50 52 run: 51 53 port select --set ${select.group} [file tail ${select.file}]" 52 54 53 variant scientific description "Use ScientificPython to provide physical quantities support" {54 depends_lib-append port:py27- scientific55 variant parallel description "Support for parallel computing" { 56 depends_lib-append port:py27-zmq 55 57 } 56 58 57 default_variants +scientific 59 variant qtconsole description "Support for the Qt console" { 60 depends_lib-append port:py27-pyside 61 } 58 62 59 63 livecheck.type regex 60 livecheck.url ${homepage} /moin/Download64 livecheck.url ${homepage} 61 65 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)