pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-rpy Fix interpreter path in installed file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d36467ffbf88
branches:  trunk
changeset: 649816:d36467ffbf88
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 10 08:41:42 2015 +0000

description:
Fix interpreter path in installed file.
Bump PKGREVISION.

diffstat:

 math/py-rpy/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 8d67da1b9148 -r d36467ffbf88 math/py-rpy/Makefile
--- a/math/py-rpy/Makefile      Fri Apr 10 08:36:30 2015 +0000
+++ b/math/py-rpy/Makefile      Fri Apr 10 08:41:42 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2015/04/10 08:36:30 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2015/04/10 08:41:42 wiz Exp $
 
 DISTNAME=      rpy2-2.5.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/}
+PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  https://pypi.python.org/packages/source/r/rpy2/
 
@@ -17,6 +18,7 @@
 LDFLAGS.SunOS+=                -mimpure-text
 
 PYTHON_VERSIONS_INCOMPATIBLE=  26 # doesn't find R
+REPLACE_PYTHON=                        rpy/tests.py
 
 .include "../../lang/python/pyversion.mk"
 
@@ -31,6 +33,7 @@
 
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../math/R/buildlink3.mk"



Home | Main Index | Thread Index | Old Index