pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bzr



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Aug 14 15:53:10 UTC 2018

Modified Files:
        pkgsrc/devel/bzr: Makefile

Log Message:
Fix build - welcome to python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/bzr/Makefile

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

Modified files:

Index: pkgsrc/devel/bzr/Makefile
diff -u pkgsrc/devel/bzr/Makefile:1.70 pkgsrc/devel/bzr/Makefile:1.71
--- pkgsrc/devel/bzr/Makefile:1.70      Tue Jan  9 22:18:57 2018
+++ pkgsrc/devel/bzr/Makefile   Tue Aug 14 15:53:10 2018
@@ -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 @@ USE_TOOLS+=           gmake msgfmt
 
 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