[27694] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Sat Aug 11 22:09:10 PDT 2007
Revision: 27694
http://trac.macosforge.org/projects/macports/changeset/27694
Author: jochen at macports.org
Date: 2007-08-11 22:09:10 -0700 (Sat, 11 Aug 2007)
Log Message:
-----------
Provide new port py25-ipython
Added Paths:
-----------
trunk/dports/python/py25-ipython/
trunk/dports/python/py25-ipython/Portfile
trunk/dports/python/py25-ipython/files/
trunk/dports/python/py25-ipython/files/patch-setup.py
Added: trunk/dports/python/py25-ipython/Portfile
===================================================================
--- trunk/dports/python/py25-ipython/Portfile (rev 0)
+++ trunk/dports/python/py25-ipython/Portfile 2007-08-12 05:09:10 UTC (rev 27694)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-ipython
+version 0.8.1
+revision 1
+categories python
+platforms darwin
+maintainers openmaintainer jochen
+description An enhanced Interactive Python shell
+long_description Provide an interactive shell superior to Python's default. \
+ Serve as an embeddable, ready to use interpreter for your own programs. \
+ Offer a flexible framework which can be used as the base environment for \
+ other systems with Python as the underlying language. \
+ Allow interactive testing of threaded graphical toolkits.
+
+homepage http://ipython.scipy.org
+master_sites ${homepage}/dist/ \
+ ${homepage}/dist/old/
+distname ipython-${version}
+checksums md5 3479262a4bab21246ff07a06bbbd7bcb
+patchfiles patch-setup.py
+
+depends_lib-append port:py25-readline
+
+
+variant scientific description "Use ScientificPython to provide physical quantities support" {
+ depends_lib-append port:py25-scientific
+}
+
+default_variants +scientific
Property changes on: trunk/dports/python/py25-ipython/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/python/py25-ipython/files/patch-setup.py
===================================================================
--- trunk/dports/python/py25-ipython/files/patch-setup.py (rev 0)
+++ trunk/dports/python/py25-ipython/files/patch-setup.py 2007-08-12 05:09:10 UTC (rev 27694)
@@ -0,0 +1,11 @@
+--- work/ipython-0.7.0/setup.py 2005-12-25 01:46:14.000000000 +0100
++++ setup.py 2006-01-10 09:27:58.000000000 +0100
+@@ -99,7 +99,7 @@
+ # Note that http://www.redbrick.dcu.ie/~noel/distutils.html, ex. 2/3, contain
+ # information on how to do this more cleanly once python 2.4 can be assumed.
+ # Thanks to Noel for the tip.
+-docdirbase = 'share/doc/ipython-%s' % version
++docdirbase = 'share/doc/ipython'
+ manpagebase = 'share/man/man1'
+
+ # We only need to exclude from this things NOT already excluded in the
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070811/12cf7ed2/attachment.html
More information about the macports-changes
mailing list