pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep 27 06:57:11 UTC 2019

Modified Files:
        pkgsrc/devel/py-buildbot-console-view: Makefile
        pkgsrc/devel/py-buildbot-grid-view: Makefile
        pkgsrc/devel/py-buildbot-waterfall-view: Makefile
        pkgsrc/devel/py-buildbot-www: Makefile

Log Message:
py-buildbot*: propagate 2.7-incompatibility from py-buildbot


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-console-view/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-grid-view/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-waterfall-view/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-buildbot-www/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/py-buildbot-console-view/Makefile
diff -u pkgsrc/devel/py-buildbot-console-view/Makefile:1.6 pkgsrc/devel/py-buildbot-console-view/Makefile:1.7
--- pkgsrc/devel/py-buildbot-console-view/Makefile:1.6  Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-console-view/Makefile      Fri Sep 27 06:57:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/11/15 14:14:14 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/09/27 06:57:11 wiz Exp $
 
 DISTNAME=      buildbot-console-view-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-buildbot-
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-grid-view/Makefile
diff -u pkgsrc/devel/py-buildbot-grid-view/Makefile:1.6 pkgsrc/devel/py-buildbot-grid-view/Makefile:1.7
--- pkgsrc/devel/py-buildbot-grid-view/Makefile:1.6     Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-grid-view/Makefile Fri Sep 27 06:57:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/11/15 14:14:14 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/09/27 06:57:11 wiz Exp $
 
 DISTNAME=      buildbot-grid-view-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-buildbot-
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-waterfall-view/Makefile
diff -u pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.6 pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.7
--- pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.6        Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-waterfall-view/Makefile    Fri Sep 27 06:57:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/11/15 14:14:14 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/09/27 06:57:11 wiz Exp $
 
 DISTNAME=      buildbot-waterfall-view-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-buildbot-
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-www/Makefile
diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.8 pkgsrc/devel/py-buildbot-www/Makefile:1.9
--- pkgsrc/devel/py-buildbot-www/Makefile:1.8   Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-www/Makefile       Fri Sep 27 06:57:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/11/15 14:14:14 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/09/27 06:57:11 wiz Exp $
 
 DISTNAME=      buildbot-www-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-mock-[0-9
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index