pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python33 Trigger PY_PEP3147=yes in PYTHON_VERSION...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d78ad086e7c
branches:  trunk
changeset: 631859:2d78ad086e7c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Mar 14 14:04:07 2014 +0000

description:
Trigger PY_PEP3147=yes in PYTHON_VERSION_DEFAULT={26,27} case.
Fix build when PYTHON_VERSION_DEFAULT={26,27}.

diffstat:

 lang/python33/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 317395bb3636 -r 2d78ad086e7c lang/python33/Makefile
--- a/lang/python33/Makefile    Fri Mar 14 13:43:17 2014 +0000
+++ b/lang/python33/Makefile    Fri Mar 14 14:04:07 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/03/12 10:42:42 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/03/14 14:04:07 ryoon Exp $
 
 .include "dist.mk"
 
@@ -12,6 +12,9 @@
 
 CONFLICTS+=    python-[0-9]*
 
+# Trigger PY_PEP3147=yes in PYTHON_VERSION_DEFAULT={26,27} case.
+PYTHON_VERSION_REQD=   33
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-threads
 CONFIGURE_ARGS+=       --enable-shared



Home | Main Index | Thread Index | Old Index