[44891] trunk/dports/python

akitada at macports.org akitada at macports.org
Sun Jan 4 06:51:33 PST 2009


Revision: 44891
          http://trac.macports.org/changeset/44891
Author:   akitada at macports.org
Date:     2009-01-04 06:51:32 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
Added IPython port for Python 2.6

Added Paths:
-----------
    trunk/dports/python/py26-ipython/
    trunk/dports/python/py26-ipython/Portfile

Added: trunk/dports/python/py26-ipython/Portfile
===================================================================
--- trunk/dports/python/py26-ipython/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-ipython/Portfile	2009-01-04 14:51:32 UTC (rev 44891)
@@ -0,0 +1,49 @@
+# -*- 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
+# $Id$
+
+PortSystem              1.0
+PortGroup               python26 1.0
+
+name                    py26-ipython
+set my_name             ipython
+version                 0.9.1
+categories              python
+platforms               darwin
+maintainers             akitada openmaintainer
+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/
+distname                ${my_name}-${version}
+checksums               md5 8a1bd1a9be272f4ddf4de99e5c1ad0dc \
+                        sha1 2d069416b31ed03eb1cad36f84ef2337362ac6a9 \
+                        rmd160 3d522f80290caa72e1c4fc60b2d56369c8c66eba
+
+use_parallel_build      yes
+
+test.run                no
+
+post-destroot {
+    foreach f [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+        ln -s ${python.prefix}/bin/${f} ${destroot}${prefix}/bin/${f}${python.branch}
+    }
+    foreach f {ipython pycolor} {
+        ln -s ${python.prefix}/share/man/man1/${f}.1.gz ${destroot}${prefix}/share/man/man1/${f}${python.branch}.1.gz
+    }
+}
+
+variant scientific description "Use ScientificPython to provide physical quantities support" {
+    depends_lib-append      port:py26-scientific
+}
+
+default_variants        +scientific
+universal_variant       no
+
+livecheck.check         regex
+livecheck.url           ${master_sites}?C=M&O=D
+livecheck.regex         ${my_name}-(\\d+(?:\\.\\d+)*)


Property changes on: trunk/dports/python/py26-ipython/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/d49f3b50/attachment.html>


More information about the macports-changes mailing list