[27690] trunk/dports/python/py-ipython/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 21:09:36 PDT 2007


Revision: 27690
          http://trac.macosforge.org/projects/macports/changeset/27690
Author:   jochen at macports.org
Date:     2007-08-11 21:09:35 -0700 (Sat, 11 Aug 2007)

Log Message:
-----------
Provide py-scientific (default) variant in order to allow people to
avoid the dependency on py-scientific if they kow what they are doing.

Modified Paths:
--------------
    trunk/dports/python/py-ipython/Portfile

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2007-08-12 03:37:05 UTC (rev 27689)
+++ trunk/dports/python/py-ipython/Portfile	2007-08-12 04:09:35 UTC (rev 27690)
@@ -5,9 +5,10 @@
 
 name                    py-ipython
 version                 0.8.1
+revision                1
 categories              python
 platforms               darwin
-maintainers             openmaintainer at macports.org jochen at macports.org
+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. \
@@ -22,5 +23,11 @@
 checksums               md5 3479262a4bab21246ff07a06bbbd7bcb
 patchfiles              patch-setup.py
 
-depends_run             port:py-readline \
-                        port:py-scientific
+depends_lib-append      port:py-readline
+
+
+variant scientific description "Use ScientificPython to provide physical quantities support" {
+        depends_lib-append      port:py-scientific
+}
+
+default_variants        +scientific

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070811/49e54c46/attachment.html


More information about the macports-changes mailing list