summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-25 09:05:56 +0000
committerwiz <wiz>2014-01-25 09:05:56 +0000
commite21eff9cbd8a914f6d3125c0add4d0b3d8acc37d (patch)
treed56400eeab849bf92ac1bdeb5c4210770727b58d /math
parent5e130902e59d03be679d303e41013faa4204c3ea (diff)
downloadpkgsrc-e21eff9cbd8a914f6d3125c0add4d0b3d8acc37d.tar.gz
Mark as not useful for python-3.x (included since 3.3, the only version
currently in pkgsrc).
Diffstat (limited to 'math')
-rw-r--r--math/py-cdecimal/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile
index 52e6a1a9a1b..9511cba712b 100644
--- a/math/py-cdecimal/Makefile
+++ b/math/py-cdecimal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/08/15 14:23:01 richard Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/25 09:05:56 wiz Exp $
DISTNAME= cdecimal-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,12 +16,8 @@ USE_TOOLS+= gmake
USE_LANGUAGES= c
GNU_CONFIGURE= yes
-.include "../../lang/python/pyversion.mk"
-
-PYTHON_VERSIONS_INCLUDE_3X= YES
-.if ${_PYTHON_VERSION} >= 33
-PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3."
-.endif
+#PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3."
+PYTHON_VERSIONS_INCOMPATIBLE= 33
#.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/python/distutils.mk"