[90842] trunk/dports/python
Ryan Schmidt
ryandesign at macports.org
Thu Mar 15 18:36:57 PDT 2012
On Mar 15, 2012, at 13:14, singingwolfboy at macports.org wrote:
> Revision: 90842
> https://trac.macports.org/changeset/90842
> Author: singingwolfboy at macports.org
> Date: 2012-03-15 11:14:49 -0700 (Thu, 15 Mar 2012)
> Log Message:
> -----------
> New port: py-fancycompleter
>
> Added Paths:
> -----------
> trunk/dports/python/py-fancycompleter/
> trunk/dports/python/py-fancycompleter/Portfile
>
> Added: trunk/dports/python/py-fancycompleter/Portfile
> ===================================================================
> --- trunk/dports/python/py-fancycompleter/Portfile (rev 0)
> +++ trunk/dports/python/py-fancycompleter/Portfile 2012-03-15 18:14:49 UTC (rev 90842)
> @@ -0,0 +1,35 @@
> +# -*- 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 python 1.0
> +
> +name py-fancycompleter
> +set real_name fancycompleter
> +version 0.3
> +python.versions 24 25 26 27
> +python.default_version 24
> +maintainers singingwolfboy openmaintainer
> +license BSD
> +
> +description colorful TAB completion for Python prompt
> +long_description ${description}
> +platforms darwin
> +
> +homepage https://bitbucket.org/antocuni/fancycompleter
> +master_sites http://pypi.python.org/packages/source/f/${real_name}
> +distname ${real_name}-${version}
> +checksums rmd160 a1e8fe1e766a22eb92e29522d1b0d1173755a7e0 \
> + sha256 de0a0b1866672a9aa7b6825610a92475fd8531f20579bdcf015c38d31ebb2479
> +
> +subport py25-fancycompleter {
> + master_sites https://bitbucket.org/singingwolfboy/${real_name}/get/
> + distname ae63e663e41f
> + worksrcdir singingwolfboy-${real_name}-${distname}
> + checksums rmd160 9071504384886f0ba543f91d76c10c3076ee230a \
> + sha256 1e78328e3d2ff19a80a0f453f95dc7d8344d2587b560ad566225808a2472d04c
> +}
> +if {$name != $subport} {
> + depends_lib-append port:py${python.version}-repl
> +}
Could you add a comment to the portfile about why the python 2.5 version had to have its own distfile, and specifically under what conditions, if any, will this go away?
More information about the macports-dev
mailing list