diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-06-30 12:18:01 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-06-30 16:11:40 +0000 |
| commit | e135fd1d783ca8fab53e43814493530e7ba47877 (patch) | |
| tree | 406892ec0a0351982394b89b273ec44acb42a1e8 | |
| parent | 469d9377fd92f52bd44f361ae6f727338c573ea2 (diff) | |
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
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-buildbot-wsgi-dashboards/Makefile | 23 | ||||
| -rw-r--r-- | devel/py-buildbot-wsgi-dashboards/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-buildbot-wsgi-dashboards/pkg-descr | 1 |
4 files changed, 28 insertions, 0 deletions
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) |
