pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-buildbot*: fix dependencies
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Feb 18 00:18:54 2026 +0100
Changeset: b502cc60d8aa3de5a1be2c5f313a1922b34b80d3
Modified Files:
py-buildbot-console-view/Makefile
py-buildbot-grid-view/Makefile
py-buildbot-waterfall-view/Makefile
py-buildbot-www/Makefile
py-buildbot/Makefile
py-buildbot/Makefile.common
Log Message:
py-buildbot*: fix dependencies
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b502cc60d8aa3de5a1be2c5f313a1922b34b80d3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-buildbot-console-view/Makefile | 1 +
py-buildbot-grid-view/Makefile | 1 +
py-buildbot-waterfall-view/Makefile | 1 +
py-buildbot-www/Makefile | 1 +
py-buildbot/Makefile | 4 ----
py-buildbot/Makefile.common | 1 +
6 files changed, 5 insertions(+), 4 deletions(-)
diffs:
diff --git a/py-buildbot-console-view/Makefile b/py-buildbot-console-view/Makefile
index fd65bfe71c..77b58fa18e 100644
--- a/py-buildbot-console-view/Makefile
+++ b/py-buildbot-console-view/Makefile
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-console-view/}
COMMENT= Waterfall Plugin for the buildbot CI system
TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
+DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
USE_LANGUAGES= # none
diff --git a/py-buildbot-grid-view/Makefile b/py-buildbot-grid-view/Makefile
index 9aa9fa6d2d..ddc0c5dfa6 100644
--- a/py-buildbot-grid-view/Makefile
+++ b/py-buildbot-grid-view/Makefile
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-grid-view/}
COMMENT= Grid View Plugin for the buildbot CI system
TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
+DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
USE_LANGUAGES= # none
diff --git a/py-buildbot-waterfall-view/Makefile b/py-buildbot-waterfall-view/Makefile
index 8abf4b363f..9418c31eea 100644
--- a/py-buildbot-waterfall-view/Makefile
+++ b/py-buildbot-waterfall-view/Makefile
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-waterfall-view/}
COMMENT= Waterfall Plugin for the buildbot CI system
TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
+DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
USE_LANGUAGES= # none
diff --git a/py-buildbot-www/Makefile b/py-buildbot-www/Makefile
index abe44e3951..d015f71ee8 100644
--- a/py-buildbot-www/Makefile
+++ b/py-buildbot-www/Makefile
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-www/}
COMMENT= Web frontend for the buildbot CI system
TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
+DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
USE_LANGUAGES= # none
diff --git a/py-buildbot/Makefile b/py-buildbot/Makefile
index 35c072d2b9..7b252c81c8 100644
--- a/py-buildbot/Makefile
+++ b/py-buildbot/Makefile
@@ -33,10 +33,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
TEST_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
TEST_DEPENDS+= ${PYPKGPREFIX}-buildbot-worker-[0-9]*:../../wip/py-buildbot-worker
-TEST_DEPENDS+= ${PYPKGPREFIX}-buildbot-www-[0-9]*:../../wip/py-buildbot-www
-TEST_DEPENDS+= ${PYPKGPREFIX}-buildbot-console-view-[0-9]*:../../wip/py-buildbot-console-view
-TEST_DEPENDS+= ${PYPKGPREFIX}-buildbot-grid-view-[0-9]*:../../wip/py-buildbot-grid-view
-TEST_DEPENDS+= ${PYPKGPREFIX}-buildbot-waterfall-view-[0-9]*:../../wip/py-buildbot-waterfall-view
TEST_DEPENDS+= ${PYPKGPREFIX}-pugjs-[0-9]*:../../wip/py-pugjs
TEST_DEPENDS+= ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
TEST_DEPENDS+= ${PYPKGPREFIX}-moto-[0-9]*:../../net/py-moto
diff --git a/py-buildbot/Makefile.common b/py-buildbot/Makefile.common
index 63e6f388b7..b0d8964287 100644
--- a/py-buildbot/Makefile.common
+++ b/py-buildbot/Makefile.common
@@ -5,6 +5,7 @@
# used by wip/py-buildbot-waterfall-view/Makefile
# used by wip/py-buildbot-worker/Makefile
# used by wip/py-buildbot-www/Makefile
+# used by wip/py-buildbot-badges/Makefile
BBVERSION= 4.3.0
MAINTAINER= root%zta.lk@localhost
Home |
Main Index |
Thread Index |
Old Index