[67084] trunk/dports/python

Ryan Schmidt ryandesign at macports.org
Wed Apr 28 14:08:22 PDT 2010


On Apr 28, 2010, at 15:46, jowens at macports.org wrote:

> Revision: 67084
>          http://trac.macports.org/changeset/67084
> Author:   jowens at macports.org
> Date:     2010-04-28 13:46:32 -0700 (Wed, 28 Apr 2010)
> Log Message:
> -----------
> rpy2 for python2.6, needs maintainer

> Added: trunk/dports/python/py26-rpy2/Portfile
> ===================================================================
> --- trunk/dports/python/py26-rpy2/Portfile	                        (rev 0)
> +++ trunk/dports/python/py26-rpy2/Portfile	2010-04-28 20:46:32 UTC (rev 67084)
> @@ -0,0 +1,28 @@
> +# -*- 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           python26 1.0
> +name                py26-rpy2
> +version             2.1.1
> +categories-append   science
> +platforms           darwin
> +maintainers         openmaintainer

You will want to write "nomaintainer" here, not "openmaintainer". See the output of "port lint".

> +description         A simple and efficient access to R from Python
> +long_description    rpy2 is a redesign and rewrite of rpy. It is providing a \
> +                    low-level interface to R, a proposed high-level interface, \
> +                    including wrappers to graphical libraries, as well as R-like \
> +                    structures and functions.
> +
> +homepage            http://rpy.sourceforge.net/rpy2.html
> +master_sites        sourceforge:rpy
> +distname            rpy2-${version}
> +checksums           md5     da5f58597a7ced6d9480c6fe563a2a40 \
> +                    sha1    8c63cff1710035fa736c1c50f246518c90a4f034 \
> +                    rmd160  947c9752e412faf7ebe9e9755865dd4da43538a3
> +
> +# To continue using your custom R installation instead of MacPorts' R,
> +# you have to remove this dependency line and make sure that your R
> +# is in MacPorts' binpath, see your macports.conf for details.
> +depends_lib         port:R

This line has overwritten the depends_lib that was in the python26 portgroup; you should use "depends_lib-append" instead.




More information about the macports-dev mailing list