pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bzr Fix build - welcome to python 3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c4c38978cd7
branches:  trunk
changeset: 311577:3c4c38978cd7
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Tue Aug 14 15:53:10 2018 +0000

description:
Fix build - welcome to python 3.7

diffstat:

 devel/bzr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9fea2c47f6c8 -r 3c4c38978cd7 devel/bzr/Makefile
--- a/devel/bzr/Makefile        Tue Aug 14 15:53:05 2018 +0000
+++ b/devel/bzr/Makefile        Tue Aug 14 15:53:10 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2018/01/09 22:18:57 tez Exp $
+# $NetBSD: Makefile,v 1.71 2018/08/14 15:53:10 prlw1 Exp $
 
 DISTNAME=      bzr-2.6.0
 PKGREVISION=   1
@@ -18,7 +18,7 @@
 
 PY_PATCHPLIST=         yes
 PYDISTUTILSPKG=                yes
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-pyrex
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # py-pyrex
 
 REPLACE_PYTHON=                bzr bzrlib/weave.py
 REPLACE_PYTHON+=               bzrlib/patiencediff.py bzrlib/_patiencediff_py.py



Home | Main Index | Thread Index | Old Index