<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Michael,<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 11, 2017, at 5:38 PM, Michael Dickens <<a href="mailto:michaelld@macports.org" class="">michaelld@macports.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><pre style="margin:0" class="">Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre><p class=""><a href="https://github.com/macports/macports-ports/commit/3308e602fd94da791afb93267d7dca180d6e69f7" class="">https://github.com/macports/macports-ports/commit/3308e602fd94da791afb93267d7dca180d6e69f7</a></p>
<pre style="white-space: pre; background: #F8F8F8" class="">The following commit(s) were added to refs/heads/master by this push:
<span style="display:block; white-space:pre;color:#404040;" class=""> new 3308e60 py27-matplotlib: add backport-functools_lru_cache as a dependency
</span>3308e60 is described below
<span style="display:block; white-space:pre;color:#808000;" class="">commit 3308e602fd94da791afb93267d7dca180d6e69f7
</span>Author: Michael Dickens <<a href="mailto:michaelld@macports.org" class="">michaelld@macports.org</a>>
AuthorDate: Tue Oct 10 07:22:35 2017 -0400
<span style="display:block; white-space:pre;color:#404040;" class=""> py27-matplotlib: add backport-functools_lru_cache as a dependency
</span><span style="display:block; white-space:pre;color:#404040;" class="">
</span><span style="display:block; white-space:pre;color:#404040;" class=""> For py27 version only. Addresses ticket #55038 .
</span></pre></div></blockquote><div><br class=""></div><div>Remember that to get the Trac integration, instead of writing “Addresses ticket #55038”, you need to write the following on a line all by itself. </div><div><br class=""></div><div>“Closes: <a href="https://trac.macports.org/ticket/55038" class="">https://trac.macports.org/ticket/55038</a>”</div><div><br class=""></div><blockquote type="cite" class=""><div class=""><pre style="white-space: pre; background: #F8F8F8" class="">---
python/py-matplotlib/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style="display:block; white-space:pre;color:#808080;" class="">diff --git a/python/py-matplotlib/Portfile b/python/py-matplotlib/Portfile
</span><span style="display:block; white-space:pre;color:#808080;" class="">index d9f01be..026846a 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">--- a/python/py-matplotlib/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">+++ b/python/py-matplotlib/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -5,7 +5,7 @@ PortGroup python 1.0
</span> PortGroup github 1.0
github.setup matplotlib matplotlib 2.1.0 v
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-revision 1
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+revision 2
</span>
name py-matplotlib
categories-append graphics math
<span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -51,7 +51,8 @@ if {${name} ne ${subport}} {
</span>
if {${python.version} == 27} {
depends_lib-append port:py27-functools32 \
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">- port:py27-subprocess32
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+ port:py27-subprocess32 \
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+ port:py27-backports-functools_lru_cache
</span> }
patchfiles-append patch-setup.cfg.diff \</pre>
</div></blockquote><br class=""></div><div>Cheers!</div><div>Frank</div><div><br class=""></div><br class=""></div></body></html>