pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/z3 z3: forbid python 3.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62ad13f6867a
branches:  trunk
changeset: 376223:62ad13f6867a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 27 08:34:16 2018 +0000

description:
z3: forbid python 3.x

First complains about indentation problems, then about reading
non-ASCII bytes.

diffstat:

 math/z3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8422780f5cda -r 62ad13f6867a math/z3/Makefile
--- a/math/z3/Makefile  Tue Feb 27 08:16:12 2018 +0000
+++ b/math/z3/Makefile  Tue Feb 27 08:34:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/01/10 16:53:12 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2018/02/27 08:34:16 wiz Exp $
 
 DISTNAME=      z3-4.4.1
 GITHUB_TAG=    ${DISTNAME}
@@ -21,6 +21,8 @@
 BUILD_DIRS=    build
 PY_PATCHPLIST= yes
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN}
 CONFIGURE_ARGS+=       --destdir=${DESTDIR} --prefix=${PREFIX}
 



Home | Main Index | Thread Index | Old Index