# -*- 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 67975 2010-05-23 17:03:25Z jowens@macports.org $

PortSystem 1.0

PortGroup           python26 1.0
name                py26-rpy2
version             2.1.2
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           md5     b0d74cedcf05f777bf91f0f08aad015a \
                    sha1    9acb4d064f893a559b3cb94b8b00e34ba6d297c2 \
                    rmd160  6b2ad9da0e328fc84421eebced022b2181087252

# 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
