diff options
author | markd <markd@pkgsrc.org> | 2008-04-26 02:41:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-04-26 02:41:00 +0000 |
commit | 69908101605fda5645affc80bfe6f90db08c6bce (patch) | |
tree | 17b6e5025423ac02d0c14a95cd969fa2ca26f2ac /math | |
parent | 680677a5f30a515ef75a39773d4f2fb787a44ae8 (diff) | |
download | pkgsrc-69908101605fda5645affc80bfe6f90db08c6bce.tar.gz |
Update to match R 2.7.0
Diffstat (limited to 'math')
-rw-r--r-- | math/py-rpy/Makefile | 6 | ||||
-rw-r--r-- | math/py-rpy/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index efc4992a1d7..a8506ebd13a 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/04/26 02:41:00 markd Exp $ # DISTNAME= rpy-0.99.0 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/} @@ -13,7 +13,7 @@ COMMENT= R interface for Python PYDISTUTILSPKG= YES -BUILDLINK_API_DEPENDS.R+= R>=2.6.0 +BUILDLINK_API_DEPENDS.R+= R>=2.7.0 .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink3.mk" diff --git a/math/py-rpy/PLIST b/math/py-rpy/PLIST index 2c154810a18..dfe89b05838 100644 --- a/math/py-rpy/PLIST +++ b/math/py-rpy/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.9 2007/11/07 19:49:36 markd Exp $ -${PYSITELIB}/_rpy2060.so +@comment $NetBSD: PLIST,v 1.10 2008/04/26 02:41:00 markd Exp $ +${PYSITELIB}/_rpy2070.so ${PYSITELIB}/rpy.py ${PYSITELIB}/rpy.pyc ${PYSITELIB}/rpy.pyo |