Ticket #7140: Portfile.patch
File Portfile.patch, 685 bytes (added by luc@…, 19 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python24 1.0 5 5 6 6 name py-ipython 7 version 0.7.1 7 version 0.7.1.fix1 8 8 categories python 9 9 platforms darwin 10 10 maintainers mww@opendarwin.org 11 11 description An enhanced Interactive Python shell 12 12 long_description ${description} 13 13 14 homepage http://ipython.scipy.org /14 homepage http://ipython.scipy.org 15 15 master_sites ${homepage}/dist/ \ 16 16 ${homepage}/dist/old/ 17 17 distname ipython-${version} 18 checksums md5 ee810623a4027bfadaf8c41d4f2ec92718 checksums md5 f3a23ea23e68736e6a8f823be70bfacf 19 19 patchfiles patch-setup.py 20 20 21 21 depends_run port:py-readline