summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-13 23:12:40 +0000
committerrodent <rodent>2015-04-13 23:12:40 +0000
commit91678d9a38e0b58f854ee16c9416ca59bf3e5620 (patch)
tree0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /math
parentadc9061db4f337dd324e061489b86e826096eb20 (diff)
downloadpkgsrc-91678d9a38e0b58f854ee16c9416ca59bf3e5620.tar.gz
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'math')
-rw-r--r--math/py-ephem3/Makefile4
-rw-r--r--math/py-rpy/Makefile3
2 files changed, 3 insertions, 4 deletions
diff --git a/math/py-ephem3/Makefile b/math/py-ephem3/Makefile
index 6d4f04d6d1b..4cf86cab7fb 100644
--- a/math/py-ephem3/Makefile
+++ b/math/py-ephem3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/20 12:50:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/13 23:12:42 rodent Exp $
DISTNAME= ephem-3.7.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyephem/ephem/}
@@ -14,7 +14,7 @@ do-test:
(cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${TEST_ENV} ${MAKE_ENV} \
${PYTHONBIN} ${PYSETUP} ${PYSETUPARGS} "test")
-PYTHON_VERSIONS_INCOMPATIBLE= 26 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27
REPLACE_PYTHON+= src/ephem/tests/test_angles.py
REPLACE_PYTHON+= src/ephem/tests/test_bodies.py
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"