pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-buildbot*: propagate 2.7-incompatibility from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a319fa1ebee2
branches:  trunk
changeset: 340221:a319fa1ebee2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 27 06:57:11 2019 +0000

description:
py-buildbot*: propagate 2.7-incompatibility from py-buildbot

diffstat:

 devel/py-buildbot-console-view/Makefile   |  4 +++-
 devel/py-buildbot-grid-view/Makefile      |  4 +++-
 devel/py-buildbot-waterfall-view/Makefile |  4 +++-
 devel/py-buildbot-www/Makefile            |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (68 lines):

diff -r 7e5f8e941be0 -r a319fa1ebee2 devel/py-buildbot-console-view/Makefile
--- a/devel/py-buildbot-console-view/Makefile   Thu Sep 26 22:18:09 2019 +0000
+++ b/devel/py-buildbot-console-view/Makefile   Fri Sep 27 06:57:11 2019 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7e5f8e941be0 -r a319fa1ebee2 devel/py-buildbot-grid-view/Makefile
--- a/devel/py-buildbot-grid-view/Makefile      Thu Sep 26 22:18:09 2019 +0000
+++ b/devel/py-buildbot-grid-view/Makefile      Fri Sep 27 06:57:11 2019 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7e5f8e941be0 -r a319fa1ebee2 devel/py-buildbot-waterfall-view/Makefile
--- a/devel/py-buildbot-waterfall-view/Makefile Thu Sep 26 22:18:09 2019 +0000
+++ b/devel/py-buildbot-waterfall-view/Makefile Fri Sep 27 06:57:11 2019 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7e5f8e941be0 -r a319fa1ebee2 devel/py-buildbot-www/Makefile
--- a/devel/py-buildbot-www/Makefile    Thu Sep 26 22:18:09 2019 +0000
+++ b/devel/py-buildbot-www/Makefile    Fri Sep 27 06:57:11 2019 +0000
@@ -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 @@
 
 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