[macports-ports] branch master updated: port xonsh: upgrade to 0.5.2, add variants for python 3.4 and 3.6; nomaintainer

Ryan Schmidt ryandesign at macports.org
Wed Jan 25 22:20:01 UTC 2017


> On Jan 25, 2017, at 16:00, Andrea D'Amore <and.damore at macports.org> wrote:
> 
> Andrea D'Amore (anddam) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/7309fe0c7a76d6dfd7d23b7d0f22aa62e263cd0c
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new 7309fe0  port xonsh: upgrade to 0.5.2, add variants for python 3.4 and 3.6; nomaintainer
> 
> 7309fe0 is described below
> 
> 
> commit 7309fe0c7a76d6dfd7d23b7d0f22aa62e263cd0c
> 
> Author: Andrea D'Amore <and.damore at macports.org>
> AuthorDate: Wed Jan 25 17:51:18 2017 +0100
> 
> 
>     port xonsh: upgrade to 0.5.2, add variants for python 3.4 and 3.6; nomaintainer


> +variant python34 conflicts python35 python36 description {Use Python 3.4} {
> +    python.default_version 34
> +}
> +
> +variant python35 conflicts python34 python36 description {Use Python 3.5} {
> +    python.default_version 35
> +}
> +
> +variant python36 conflicts python34 python35 description {Use Python 3.6} {
> +    python.default_version 36
> +}
> +
> +default_variants +python36


$ port info xonsh +python35
Error: xonsh: Variant python35 conflicts with python36
Error: Unable to open port: Error evaluating variants

https://trac.macports.org/wiki/PortfileRecipes#default_variants





More information about the macports-dev mailing list