# -*- 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 56367 2009-08-26 18:56:09Z jonas@macports.org $

PortSystem 1.0

PortGroup           python25 1.0
name                py25-rpy2
version             2.0.6
categories-append   science
platforms           darwin
maintainers         jonas openmaintainer
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     5c1da09811ead076dc03896ff9307b9d \
                    sha1    e671c6ff563fad8d387954b7f5a6b284ac5e8d9a \
                    rmd160  e4a7e9faadd3476510e7740997a9fd5a3cc46287

# 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
