git: e135fd1d783c - main - devel/py-buildbot-wsgi-dashboards: New port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 30 Jun 2025 16:28:47 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e135fd1d783ca8fab53e43814493530e7ba47877

commit e135fd1d783ca8fab53e43814493530e7ba47877
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-06-30 12:18:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-06-30 16:11:40 +0000

    devel/py-buildbot-wsgi-dashboards: New port
    
    Buildbot plugin to integrate flask or bottle dashboards to buildbot UI
    
    WWW: https://buildbot.net
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/Makefile                              |  1 +
 devel/py-buildbot-wsgi-dashboards/Makefile  | 23 +++++++++++++++++++++++
 devel/py-buildbot-wsgi-dashboards/distinfo  |  3 +++
 devel/py-buildbot-wsgi-dashboards/pkg-descr |  1 +
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index d1dfd93743a6..0a9ecf1b3ca5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4585,6 +4585,7 @@
     SUBDIR += py-buildbot-pkg
     SUBDIR += py-buildbot-react-console-view
     SUBDIR += py-buildbot-waterfall-view
+    SUBDIR += py-buildbot-wsgi-dashboards
     SUBDIR += py-buildbot-worker
     SUBDIR += py-buildbot-www
     SUBDIR += py-bullet3
diff --git a/devel/py-buildbot-wsgi-dashboards/Makefile b/devel/py-buildbot-wsgi-dashboards/Makefile
new file mode 100644
index 000000000000..19ced7ca77d8
--- /dev/null
+++ b/devel/py-buildbot-wsgi-dashboards/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	buildbot-wsgi-dashboards
+DISTVERSION=	4.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	buildbot_wsgi_dashboards-${DISTVERSION}
+
+MAINTAINER=	bofh@FreeBSD.org
+COMMENT=	Buildbot plugin to integrate flask or bottle dashboards to buildbot UI (React)
+WWW=		https://buildbot.net
+
+LICENSE=	GPLv2
+#LICENSE_FILE=	Not packaged in sdist
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-buildbot-wsgi-dashboards/distinfo b/devel/py-buildbot-wsgi-dashboards/distinfo
new file mode 100644
index 000000000000..5574ddf94339
--- /dev/null
+++ b/devel/py-buildbot-wsgi-dashboards/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1751285523
+SHA256 (buildbot_wsgi_dashboards-4.3.0.tar.gz) = be87cac6921f6c0b3b1d1e3763ba231cb4049fafd621d8d93e066278132ccfbe
+SIZE (buildbot_wsgi_dashboards-4.3.0.tar.gz) = 434342
diff --git a/devel/py-buildbot-wsgi-dashboards/pkg-descr b/devel/py-buildbot-wsgi-dashboards/pkg-descr
new file mode 100644
index 000000000000..fe277e6ea0e0
--- /dev/null
+++ b/devel/py-buildbot-wsgi-dashboards/pkg-descr
@@ -0,0 +1 @@
+Buildbot plugin to integrate flask or bottle dashboards to buildbot UI (React)