cbc6b6880d
Package provided by Kent Polk <kent@goathill.org> in personal email. RPy is a very simple, yet robust, Python interface to the R Programming Language. It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All the errors from the R language are converted to Python exceptions. Any modules that later were installed on the R system, can easily be used from within Python, without introducing any changes.
19 lines
494 B
Makefile
19 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/12/10 12:30:58 markd Exp $
|
|
#
|
|
|
|
DISTNAME= rpy-0.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://rpy.sourceforge.net/
|
|
COMMENT= R interface for Python
|
|
|
|
USE_BUILDLINK2= YES
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../math/py-Numeric/buildlink2.mk"
|
|
.include "../../math/R/buildlink2.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|