pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-z3



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun May 31 20:47:23 UTC 2020

Modified Files:
        pkgsrc/math/py-z3: Makefile

Log Message:
Drop Python 2.7 restriction that isn't active anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-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/py-z3/Makefile
diff -u pkgsrc/math/py-z3/Makefile:1.3 pkgsrc/math/py-z3/Makefile:1.4
--- pkgsrc/math/py-z3/Makefile:1.3      Sat Nov  2 16:16:22 2019
+++ pkgsrc/math/py-z3/Makefile  Sun May 31 20:47:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/11/02 16:16:22 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/31 20:47:23 joerg Exp $
 
 .include "../../math/z3/Makefile.common"
 
@@ -11,8 +11,6 @@ CONFIGURE_ARGS+=      --python
 NO_BUILD=              yes
 PY_PATCHPLIST=         yes
 
-PYTHON_VERSIONS_ACCEPTED=      27
-
 PYZ3DIR=               ${PREFIX}/${PYSITELIB}/z3
 INSTALLATION_DIRS+=    ${PYZ3DIR}
 INSTALLATION_DIRS+=    ${PYZ3DIR}/lib



Home | Main Index | Thread Index | Old Index