[113421] trunk/dports/python/py-matplotlib
sean at macports.org
sean at macports.org
Fri Nov 15 13:52:44 PST 2013
Revision: 113421
https://trac.macports.org/changeset/113421
Author: sean at macports.org
Date: 2013-11-15 13:52:44 -0800 (Fri, 15 Nov 2013)
Log Message:
-----------
py-matplotlib: update to 1.3.1 (#40802)
Modified Paths:
--------------
trunk/dports/python/py-matplotlib/Portfile
trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff
Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile 2013-11-15 21:47:36 UTC (rev 113420)
+++ trunk/dports/python/py-matplotlib/Portfile 2013-11-15 21:52:44 UTC (rev 113421)
@@ -1,11 +1,11 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id$
+# $Id: Portfile 109089 2013-08-08 00:25:09Z jeremyhu at macports.org $
PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0
-github.setup matplotlib matplotlib 1.3.0 v
+github.setup matplotlib matplotlib 1.3.1
name py-matplotlib
revision 1
@@ -31,8 +31,8 @@
homepage http://matplotlib.org/
-checksums rmd160 61554fbe3c97f82e0d8d605beb63f00230589497 \
- sha256 fccf0a0ae9578c570455c38df414da2c795253371816b77e66c0a959f7c117ff
+checksums rmd160 a3a3fa97ab8bdf33a6ef2f68884af649015ca05c \
+ sha256 d1a31ab238c6d4008c20c922f2541f0827abc07dbe5f43a91c992102db63fb29
if {${name} != ${subport}} {
depends_build-append \
Modified: trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff
===================================================================
--- trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff 2013-11-15 21:47:36 UTC (rev 113420)
+++ trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff 2013-11-15 21:52:44 UTC (rev 113421)
@@ -1,6 +1,6 @@
---- setupext.py.orig 2013-08-06 23:52:36.000000000 +0400
-+++ setupext.py 2013-08-07 12:05:00.000000000 +0400
-@@ -1234,6 +1234,18 @@
+--- setupext.py.orig 2013-10-10 14:44:25.000000000 +0200
++++ setupext.py 2013-11-05 08:46:29.000000000 +0100
+@@ -1334,6 +1334,18 @@
ext.library_dirs.extend([os.path.join(sys.prefix, 'dlls')])
elif sys.platform == 'darwin':
@@ -19,50 +19,50 @@
# this config section lifted directly from Imaging - thanks to
# the effbot!
-@@ -1476,6 +1488,9 @@
+@@ -1575,6 +1587,9 @@
name = "gtk3agg"
- def check(self):
+ def check_requirements(self):
+ if self.get_config() is False:
+ raise CheckFailed("skipping due to configuration")
+
if 'TRAVIS' in os.environ:
raise CheckFailed("Can't build with Travis")
-@@ -1534,6 +1549,9 @@
+@@ -1640,6 +1655,9 @@
name = "gtk3cairo"
- def check(self):
+ def check_requirements(self):
+ if self.get_config() is False:
+ raise CheckFailed("skipping due to configuration")
+
if 'TRAVIS' in os.environ:
raise CheckFailed("Can't build with Travis")
-@@ -1562,6 +1580,9 @@
+@@ -1668,6 +1686,9 @@
name = "wxagg"
- def check(self):
+ def check_requirements(self):
+ if self.get_config() is False:
+ raise CheckFailed("skipping due to configuration")
+
try:
import wxversion
except ImportError:
-@@ -1661,6 +1682,9 @@
+@@ -1764,6 +1785,9 @@
return '.'.join(temp)
- def check(self):
+ def check_requirements(self):
+ if self.get_config() is False:
+ raise CheckFailed("skipping due to configuration")
+
try:
from PyQt4 import pyqtconfig
except ImportError:
-@@ -1695,6 +1719,9 @@
+@@ -1800,6 +1824,9 @@
name = "cairo"
- def check(self):
+ def check_requirements(self):
+ if self.get_config() is False:
+ raise CheckFailed("skipping due to configuration")
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131115/22496168/attachment.html>
More information about the macports-changes
mailing list