[33443] trunk/dports/python/py25-matplotlib/Portfile

jochen at macports.org jochen at macports.org
Sun Jan 27 04:02:34 PST 2008


Revision: 33443
          http://trac.macosforge.org/projects/macports/changeset/33443
Author:   jochen at macports.org
Date:     2008-01-27 04:02:32 -0800 (Sun, 27 Jan 2008)

Log Message:
-----------
Add cairo variant,
give up maintainership (I do not use matplotlib much any more)

Modified Paths:
--------------
    trunk/dports/python/py25-matplotlib/Portfile

Modified: trunk/dports/python/py25-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py25-matplotlib/Portfile	2008-01-27 12:01:52 UTC (rev 33442)
+++ trunk/dports/python/py25-matplotlib/Portfile	2008-01-27 12:02:32 UTC (rev 33443)
@@ -6,7 +6,7 @@
 name                     py25-matplotlib
 version                  0.90.1
 revision                 1
-maintainers              openmaintainer jochen
+maintainers              nomaintainer
 
 description              matlab-like syntax for creating plots in python
 long_description         Matplotlib is a pure python plotting library with the goal of making \
@@ -86,7 +86,10 @@
                 ${destroot}${prefix}/share/${name}
 }
 
-variant gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" {
+variant cairo conflicts description "Allow to use cairo for interactive plotting" {
+        depends_lib-append      port:py25-cairo
+}
+variant gtk2 conflicts tkinter wxpython description "Use GTKAgg for interactive plotting" {
         depends_lib-append      port:py25-gtk
 }
 variant tkinter conflicts gtk2 wxpython description "Use tkAgg for interactive plotting" {

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


More information about the macports-changes mailing list