diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | 477a56d7a723940fc81f2f2cd078790d89c24e00 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /math/py-rpy | |
parent | 1b63f7ac4a34c10ac1f238429b7881fb9ef321bf (diff) | |
download | pkgsrc-477a56d7a723940fc81f2f2cd078790d89c24e00.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'math/py-rpy')
-rw-r--r-- | math/py-rpy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 62d9b7076be..462068ebb90 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/04/12 10:04:08 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2015/04/13 23:12:42 rodent Exp $ DISTNAME= rpy2-2.5.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/} @@ -19,7 +19,6 @@ BUILDLINK_API_DEPENDS.R+= R>=2.11.0 LDFLAGS.SunOS+= -mimpure-text -PYTHON_VERSIONS_INCOMPATIBLE= 26 # doesn't find R REPLACE_PYTHON= rpy/tests.py .include "../../lang/python/pyversion.mk" |