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 rpy2 |
---|
8 | version 2.0.3 |
---|
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 | port:gcc43 |
---|
27 | |
---|
28 | master_sites sourceforge |
---|
29 | master_sites.mirror_subdir rpy |
---|
30 | |
---|
31 | checksums md5 1cd67567080f43c53b8d4ea75bb2ca1a \ |
---|
32 | sha1 7d263087afa0f9ccb7bb59a2792ac2e519445438 \ |
---|
33 | rmd160 44e2ebf669d72ba59be334583721fb614e41984a |
---|
34 | |
---|
35 | # needs LD_LIBRARY_PATH, like port:wine |
---|
36 | # see http://rpy.sourceforge.net/rpy/README |
---|