pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/z3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 27 08:34:16 UTC 2018

Modified Files:
        pkgsrc/math/z3: Makefile

Log Message:
z3: forbid python 3.x

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/z3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/z3/Makefile
diff -u pkgsrc/math/z3/Makefile:1.6 pkgsrc/math/z3/Makefile:1.7
--- pkgsrc/math/z3/Makefile:1.6 Wed Jan 10 16:53:12 2018
+++ pkgsrc/math/z3/Makefile     Tue Feb 27 08:34:16 2018
@@ -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 @@ USE_LANGUAGES=        c c++
 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