[125348] trunk/dports/python/quodlibet/Portfile

Joshua Root jmr at macports.org
Sun Sep 14 05:59:47 PDT 2014


> Revision: 125348
>           https://trac.macports.org/changeset/125348
> Author:   elelay at macports.org
> Date:     2014-09-14 03:09:37 -0700 (Sun, 14 Sep 2014)
> Log Message:
> -----------
> quodlibet: use python.versions instead of python.version to get quodlibet-2.7 in PATH
> 
> Modified Paths:
> --------------
>     trunk/dports/python/quodlibet/Portfile
> 
> Modified: trunk/dports/python/quodlibet/Portfile
> ===================================================================
> --- trunk/dports/python/quodlibet/Portfile	2014-09-14 09:37:37 UTC (rev 125347)
> +++ trunk/dports/python/quodlibet/Portfile	2014-09-14 10:09:37 UTC (rev 125348)
> @@ -28,7 +28,7 @@
>  checksums           rmd160  339ca3429ead2a7b104ded91c5e5c1024647cc35 \
>                      sha256  4dbcfab67bdbfc29d36680ed99fe3b911ce86328eae3557f62d36a55ba2f60f1
>  
> -python.version 27
> +python.versions 27

The variable you are required to set here is actually
python.default_version, as documented:

<http://guide.macports.org/chunked/reference.portgroup.html#reference.portgroup.python>

- Josh


More information about the macports-dev mailing list