[55961] trunk/dports/python

jonas at macports.org jonas at macports.org
Sat Aug 22 04:43:41 PDT 2009


Revision: 55961
          http://trac.macports.org/changeset/55961
Author:   jonas at macports.org
Date:     2009-08-22 04:43:37 -0700 (Sat, 22 Aug 2009)
Log Message:
-----------
new port: py25-rpy2 - python bindings for R

Added Paths:
-----------
    trunk/dports/python/py25-rpy2/
    trunk/dports/python/py25-rpy2/Portfile

Added: trunk/dports/python/py25-rpy2/Portfile
===================================================================
--- trunk/dports/python/py25-rpy2/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-rpy2/Portfile	2009-08-22 11:43:37 UTC (rev 55961)
@@ -0,0 +1,29 @@
+# -*- 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$
+
+PortSystem 1.0
+
+PortGroup           python25 1.0
+name                py25-rpy2
+version             2.0.6
+categories-append   science
+platforms           darwin
+maintainers         fs.ei.tum.de: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
+
+depends_lib         port:R
+
+variant custom_r description {Use a custom R installation instead depending on macports' R} {
+    depends_lib-delete port:R
+}


Property changes on: trunk/dports/python/py25-rpy2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090822/6ac8bd0b/attachment.html>


More information about the macports-changes mailing list