pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-cdecimal Mark as not useful for python-3.x (in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/943389a315c0
branches:  trunk
changeset: 629644:943389a315c0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 25 09:05:56 2014 +0000

description:
Mark as not useful for python-3.x (included since 3.3, the only version
currently in pkgsrc).

diffstat:

 math/py-cdecimal/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r e77b3dfbf71e -r 943389a315c0 math/py-cdecimal/Makefile
--- a/math/py-cdecimal/Makefile Sat Jan 25 09:02:06 2014 +0000
+++ b/math/py-cdecimal/Makefile Sat Jan 25 09:05:56 2014 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index