mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/py-buildbot-react-console-view: New port
Buildbot Console View plugin (react) WWW: https://buildbot.net
This commit is contained in:
parent
6e1210d346
commit
45fa35a7ba
4 changed files with 26 additions and 0 deletions
|
@ -4433,6 +4433,7 @@
|
|||
SUBDIR += py-buildbot-console-view
|
||||
SUBDIR += py-buildbot-grid-view
|
||||
SUBDIR += py-buildbot-pkg
|
||||
SUBDIR += py-buildbot-react-console-view
|
||||
SUBDIR += py-buildbot-waterfall-view
|
||||
SUBDIR += py-buildbot-worker
|
||||
SUBDIR += py-buildbot-www
|
||||
|
|
21
devel/py-buildbot-react-console-view/Makefile
Normal file
21
devel/py-buildbot-react-console-view/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= buildbot-react-console-view
|
||||
DISTVERSION= 3.11.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Buildbot Console View plugin (react)
|
||||
WWW= https://buildbot.net
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
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>
|
3
devel/py-buildbot-react-console-view/distinfo
Normal file
3
devel/py-buildbot-react-console-view/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1709556595
|
||||
SHA256 (buildbot-react-console-view-3.11.1.tar.gz) = 66452c00de7a38423f4a9850c9dbf81e4555e84a1b774a5df946d76b6de605f4
|
||||
SIZE (buildbot-react-console-view-3.11.1.tar.gz) = 22200
|
1
devel/py-buildbot-react-console-view/pkg-descr
Normal file
1
devel/py-buildbot-react-console-view/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Buildbot Console View plugin (react)
|
Loading…
Add table
Reference in a new issue