<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8a41cec2da6905d36c4fa861d0b98f7b51960312">https://github.com/macports/macports-ports/commit/8a41cec2da6905d36c4fa861d0b98f7b51960312</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 8a41cec py36-matplotlib: add support for +pyside.
</span>8a41cec is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8a41cec2da6905d36c4fa861d0b98f7b51960312
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Jan 18 08:45:10 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> py36-matplotlib: add support for +pyside.
</span>---
python/py-matplotlib/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-matplotlib/Portfile b/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8b289f..a7d19fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -117,7 +117,8 @@ if {${name} ne ${subport}} {
</span>
if {${python.version} == 27 ||
${python.version} == 34 ||
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ${python.version} == 35} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${python.version} == 35 ||
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${python.version} == 36} {
</span> variant pyside description "Enable PySide backend" {
depends_lib-append port:py${python.version}-pyside
post-patch {
</pre><pre style='margin:0'>
</pre>