summaryrefslogtreecommitdiff
path: root/math/py-fpconst
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /math/py-fpconst
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'math/py-fpconst')
-rw-r--r--math/py-fpconst/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile
index a46577a756f..30455776cd6 100644
--- a/math/py-fpconst/Makefile
+++ b/math/py-fpconst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:11 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:49 adam Exp $
DISTNAME= fpconst-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/fpconst
COMMENT= IEEE 754 floating point special handling for Python
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.2
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"