[79449] trunk/dports/python

Ryan Schmidt ryandesign at macports.org
Tue Jun 14 14:29:25 PDT 2011


On Jun 13, 2011, at 15:54, jowens at macports.org wrote:

> Revision: 79449
>          http://trac.macports.org/changeset/79449
> Author:   jowens at macports.org
> Date:     2011-06-13 13:54:02 -0700 (Mon, 13 Jun 2011)
> Log Message:
> -----------
> rpy2 for python 2.7, duplicated from py26-rpy2

When you copy a port like this, you should use "svn cp" so that the history is preserved and the "svn blame" and "svn log" commands work.

Also, you updated py25-rpy2 in the same commit. Intentional? Why only to 2.1.0? Can it not be updated all the way to 2.1.9?


> Modified Paths:
> --------------
>    trunk/dports/python/py25-rpy2/Portfile
> 
> Added Paths:
> -----------
>    trunk/dports/python/py27-rpy2/
>    trunk/dports/python/py27-rpy2/Portfile
> 
> Modified: trunk/dports/python/py25-rpy2/Portfile
> ===================================================================
> --- trunk/dports/python/py25-rpy2/Portfile	2011-06-13 19:28:08 UTC (rev 79448)
> +++ trunk/dports/python/py25-rpy2/Portfile	2011-06-13 20:54:02 UTC (rev 79449)
> @@ -5,7 +5,7 @@
> 
> PortGroup           python25 1.0
> name                py25-rpy2
> -version             2.0.6
> +version             2.1.0
> categories-append   science
> platforms           darwin
> maintainers         jonas openmaintainer
> @@ -18,9 +18,9 @@
> homepage            http://rpy.sourceforge.net/rpy2.html
> master_sites        sourceforge:rpy
> distname            rpy2-${version}
> -checksums           md5     5c1da09811ead076dc03896ff9307b9d \
> -                    sha1    e671c6ff563fad8d387954b7f5a6b284ac5e8d9a \
> -                    rmd160  e4a7e9faadd3476510e7740997a9fd5a3cc46287
> +checksums           md5     90737bf49d9d340937921fbc85dbf364 \
> +                    sha1    a324d78f72cb9d4209f751d76e137f5cfdcb373c \
> +                    rmd160  a82af4de7993feefe6b14a184524f408a1ae73ba
> 
> # To continue using your custom R installation instead of MacPorts' R,
> # you have to remove this dependency line and make sure that your R
> 
> Added: trunk/dports/python/py27-rpy2/Portfile
> ===================================================================
> --- trunk/dports/python/py27-rpy2/Portfile	                        (rev 0)
> +++ trunk/dports/python/py27-rpy2/Portfile	2011-06-13 20:54:02 UTC (rev 79449)
> @@ -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: Portfile 74021 2010-12-02 18:52:23Z jowens at macports.org $
> +
> +PortSystem 1.0
> +
> +PortGroup           python27 1.0
> +name                py27-rpy2
> +version             2.1.9
> +categories-append   science
> +platforms           darwin
> +maintainers         nomaintainer
> +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 \
> +                    http://pypi.python.org/packages/source/r/rpy2/
> +distname            rpy2-${version}
> +checksums           sha1    d068d985c573e93f9af5d0953be53c470f313cbc \
> +                    rmd160  fb8160c7364084716d0c909820c7d0ae99188ff0
> +
> +# 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-append  port:R




More information about the macports-dev mailing list