Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-z3 Drop Python 2.7 restriction that isn't acti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1078d6af0ca
branches:  trunk
changeset: 433236:b1078d6af0ca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 31 20:47:23 2020 +0000

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

diffstat:

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

diffs (18 lines):

diff -r f87707668b87 -r b1078d6af0ca math/py-z3/Makefile
--- a/math/py-z3/Makefile       Sun May 31 20:45:17 2020 +0000
+++ b/math/py-z3/Makefile       Sun May 31 20:47:23 2020 +0000
@@ -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 @@
 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