[89043] trunk/dports/python

Ryan Schmidt ryandesign at macports.org
Wed Jan 18 16:43:11 PST 2012


On Jan 18, 2012, at 10:26, jwa at macports.org wrote:

> Revision: 89043
>          http://trac.macports.org/changeset/89043
> Author:   jwa at macports.org
> Date:     2012-01-18 08:26:08 -0800 (Wed, 18 Jan 2012)
> Log Message:
> -----------
> unify paver port, remove the version specific ones, take maintainership
> 
> Modified Paths:
> --------------
>    trunk/dports/python/py-paver/Portfile
> 
> Removed Paths:
> -------------
>    trunk/dports/python/py25-paver/
>    trunk/dports/python/py26-paver/
> 
> Modified: trunk/dports/python/py-paver/Portfile
> ===================================================================
> --- trunk/dports/python/py-paver/Portfile	2012-01-18 16:24:34 UTC (rev 89042)
> +++ trunk/dports/python/py-paver/Portfile	2012-01-18 16:26:08 UTC (rev 89043)
> @@ -1,13 +1,14 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> # $Id$
> 
> PortSystem          1.0
> -PortGroup           python24 1.0
> +PortGroup           python 1.0
> 
> name                py-paver
> -version             1.0.4
> +version             1.0.5
> platforms           darwin
> categories-append   devel
> -maintainers         nomaintainer
> +maintainers         jwa openmaintainer
> supported_archs     noarch
> 
> description         Easy build, distribution and deployment scripting
> @@ -21,22 +22,31 @@
> master_sites        http://pypi.python.org/packages/source/P/Paver/
> distname            Paver-${version}
> 
> -checksums           sha1    b1d9f5fa7d8bdd2955abd255bd246bc1299a50b3 \
> -                    rmd160  2de00b419a44e775b686f221255754130ce96521
> +checksums           sha1    f35f33baef532ffc9c94c92ff65664ab55793afb \
> +                    rmd160  7d5874c073efdb6d1ee832c3b23c033caf0dd271 \
> +                    sha256  43ba0644a1412629cdc54b6b177f2b6f4337031b8556ab27a73f0f48ebb1496e
> 
> -depends_lib-append  port:py24-distribute
> +python.versions		24 25 26 27
> +python.default_version	27

Since there used to exist a py-paver port based on python24, you should not set python.default_version 27; you should leave python.default_version at its default value of 24.




More information about the macports-dev mailing list