[macports-ports] branch master updated: py27-matplotlib: add backport-functools_lru_cache as a dependency

mf2k at macports.org mf2k at macports.org
Thu Oct 12 13:03:51 UTC 2017


Hi Michael,


> On Oct 11, 2017, at 5:38 PM, Michael Dickens <michaelld at macports.org> wrote:
> 
> Michael Dickens (michaelld) pushed a commit to branch master
> in repository macports-ports.
> 
> https://github.com/macports/macports-ports/commit/3308e602fd94da791afb93267d7dca180d6e69f7 <https://github.com/macports/macports-ports/commit/3308e602fd94da791afb93267d7dca180d6e69f7>
> The following commit(s) were added to refs/heads/master by this push:
>      new 3308e60  py27-matplotlib: add backport-functools_lru_cache as a dependency
> 3308e60 is described below
> 
> commit 3308e602fd94da791afb93267d7dca180d6e69f7
> Author: Michael Dickens <michaelld at macports.org>
> AuthorDate: Tue Oct 10 07:22:35 2017 -0400
> 
>     py27-matplotlib: add backport-functools_lru_cache as a dependency
>     
>     For py27 version only. Addresses ticket #55038 .

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. 

“Closes: https://trac.macports.org/ticket/55038 <https://trac.macports.org/ticket/55038>”

> ---
>  python/py-matplotlib/Portfile | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/python/py-matplotlib/Portfile b/python/py-matplotlib/Portfile
> index d9f01be..026846a 100644
> --- a/python/py-matplotlib/Portfile
> +++ b/python/py-matplotlib/Portfile
> @@ -5,7 +5,7 @@ PortGroup           python 1.0
>  PortGroup           github 1.0
>  
>  github.setup        matplotlib matplotlib 2.1.0 v
> -revision            1
> +revision            2
>  
>  name                py-matplotlib
>  categories-append   graphics math
> @@ -51,7 +51,8 @@ if {${name} ne ${subport}} {
>  
>      if {${python.version} == 27} {
>          depends_lib-append port:py27-functools32 \
> -                           port:py27-subprocess32
> +                           port:py27-subprocess32 \
> +                           port:py27-backports-functools_lru_cache
>      }
>  
>      patchfiles-append   patch-setup.cfg.diff \

Cheers!
Frank


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20171012/44f3e222/attachment.html>


More information about the macports-dev mailing list