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/45b8e72fcea4
branches: trunk
changeset: 401806:45b8e72fcea4
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 e7f27ab81c00 -r 45b8e72fcea4 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 e7f27ab81c00 -r 45b8e72fcea4 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 e7f27ab81c00 -r 45b8e72fcea4 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 e7f27ab81c00 -r 45b8e72fcea4 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