diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 09:05:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 09:05:56 +0000 |
commit | 39c401862cd493db982e3728d75ea120df88ad35 (patch) | |
tree | d56400eeab849bf92ac1bdeb5c4210770727b58d /math | |
parent | 4cecfa01dd5d87b1475c5468c5d345b1e7288698 (diff) | |
download | pkgsrc-39c401862cd493db982e3728d75ea120df88ad35.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/Makefile | 10 |
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" |