[120646] trunk/dports/python/py-spyder-devel

Ryan Schmidt ryandesign at macports.org
Wed Jun 4 19:30:13 PDT 2014


On Jun 4, 2014, at 11:40 AM, eborisch at macports.org wrote:

> Revision
> 120646
> Author
> eborisch at macports.org
> Date
> 2014-06-04 09:40:10 -0700 (Wed, 04 Jun 2014)
> Log Message
> 
> py-spyder-devel: Update to 2.3.0rc; Add noAntiAlias variant: turns off antialiasing in editor.
> Modified Paths
> 
> 	• trunk/dports/python/py-spyder-devel/Portfile
> Added Paths
> 
> 	• trunk/dports/python/py-spyder-devel/files/no_AA.diff
> Diff
> 
> Modified: trunk/dports/python/py-spyder-devel/Portfile (120645 => 120646)
> 

> +    variant noAntiAlias description {Use non-anti-aliased fonts in editor.} {
> +        patchfiles-append   no_AA.diff
> +    }

Note that variant names are treated case-sensitively, unlike port names. I think this is a bug, which I filed as:

https://trac.macports.org/ticket/25970

But it is not fixed yet. And this is one of the reasons we usually use lowercase letters for variant names, often with underscores separating words, instead of using camelCase names.





More information about the macports-dev mailing list