# -*- 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 python 1.0 name py-rpy2 version 2.8.3 revision 0 categories-append science platforms darwin license {MPL-1.1 LGPL-2.1+} python.versions 27 34 35 maintainers stromnov 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 pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 8f43754e10dc405e9254538b8288ec8cff0ef117 \ sha256 24c2ea1c0d7321e6913d5d185efa19f29e920ff8e8afbc5c757f894f61c96873 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools # 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 if {${python.version} < 34} { depends_lib-append port:py${python.version}-singledispatch } livecheck.type none } else { livecheck.type pypi }