1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name rpy |
---|
8 | version 1.0.0 |
---|
9 | categories devel |
---|
10 | maintainers snc openmaintainer |
---|
11 | description A simple and efficient access to R from Python |
---|
12 | long_description RPy is a very simple, yet robust, Python interface to the \ |
---|
13 | R Programming Language (http://www.r-project.org). It can \ |
---|
14 | manage all kinds of R objects and can execute arbitrary R \ |
---|
15 | functions (including the graphic functions). All the \ |
---|
16 | errors from the R language are converted to Python \ |
---|
17 | exceptions. Any module that later were installed on the R \ |
---|
18 | system, can easily be used from within Python, without \ |
---|
19 | introducing any changes. |
---|
20 | homepage sourceforge |
---|
21 | |
---|
22 | platforms darwin freebsd |
---|
23 | |
---|
24 | depends_lib-append port:R \ |
---|
25 | port:py26-numeric |
---|
26 | |
---|
27 | master_sites sourceforge |
---|
28 | |
---|
29 | checksums md5 7fd361f4235bb30e42df21bcd4f5f770 \ |
---|
30 | sha1 2281b7799edd2be9629d237cf1dc5ae3dab82f5b \ |
---|
31 | rmd160 4248772104e464b6ff5a24cddeda58d547fe3757 |
---|
32 | |
---|
33 | # needs LD_LIBRARY_PATH, like port:wine |
---|
34 | # see http://rpy.sourceforge.net/rpy/README |
---|