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 | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /math/py-ephem3 | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.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-ephem3')
-rw-r--r-- | math/py-ephem3/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |