diff options
Diffstat (limited to 'devel/py-buildbot-wsgi-dashboards')
-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 |
3 files changed, 27 insertions, 0 deletions
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) |