Ticket #16269: patch-py25-ipython-Portfile.diff
File patch-py25-ipython-Portfile.diff, 1.3 KB (added by paidhi@…, 16 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 34635 2008-02-29 21:57:21Z jochen@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup python25 1.0 6 6 7 7 name py25-ipython 8 8 set my_name ipython 9 version 0.8. 210 revision 19 version 0.8.4 10 revision 0 11 11 categories python 12 12 platforms darwin 13 13 maintainers openmaintainer jochen … … 21 21 homepage http://ipython.scipy.org/ 22 22 master_sites ${homepage}dist/ 23 23 distname ${my_name}-${version} 24 checksums md5 fd5a1b6e518898a4aee8b8d8b428af70 \25 sha1 2923c1f790d41aeacd2442af5de8ab61c43f6167\26 rmd160 976d8512d68ed4e1bf28ab50e90bcb7777c34e5324 checksums md5 9b8b439d295defa694b9fbf799203680 \ 25 sha1 68b7666d2c552fe2f5f873cb06ee8823e7165f8e \ 26 rmd160 345c3461f4166ec495eb84c582cf65c5bb11d6e2 27 27 patchfiles patch-setup.py.diff 28 28 29 29 depends_run-append port:py25-readline \