2018-01-26 23:54:43 +00:00
|
|
|
{ stdenv, pythonPackages, buildbot-pkg }:
|
2016-08-10 00:08:01 +01:00
|
|
|
|
2018-01-26 23:54:43 +00:00
|
|
|
{
|
2016-08-10 00:08:01 +01:00
|
|
|
www = pythonPackages.buildPythonPackage rec {
|
2016-09-16 00:16:23 +01:00
|
|
|
pname = "buildbot_www";
|
2017-09-11 14:15:04 +01:00
|
|
|
version = buildbot-pkg.version;
|
2016-08-10 00:08:01 +01:00
|
|
|
|
|
|
|
# NOTE: wheel is used due to buildbot circular dependency
|
|
|
|
format = "wheel";
|
2016-10-04 18:20:09 +01:00
|
|
|
|
2017-01-30 17:44:14 +00:00
|
|
|
src = pythonPackages.fetchPypi {
|
|
|
|
inherit pname version format;
|
2018-08-31 03:06:48 +01:00
|
|
|
sha256 = "1m5dsp1gn9m5vfh5hnqp8g6hmhw1f1ydnassd33nhk521f2akz0v";
|
2016-08-10 00:08:01 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
homepage = http://buildbot.net/;
|
|
|
|
description = "Buildbot UI";
|
|
|
|
maintainers = with maintainers; [ nand0p ryansydnor ];
|
2016-10-04 18:20:09 +01:00
|
|
|
license = licenses.gpl2;
|
2016-08-10 00:08:01 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
console-view = pythonPackages.buildPythonPackage rec {
|
2016-09-16 00:16:23 +01:00
|
|
|
pname = "buildbot-console-view";
|
2017-09-11 14:15:04 +01:00
|
|
|
version = buildbot-pkg.version;
|
2016-08-10 00:08:01 +01:00
|
|
|
|
2017-03-07 19:26:21 +00:00
|
|
|
src = pythonPackages.fetchPypi {
|
|
|
|
inherit pname version;
|
2018-08-31 03:06:48 +01:00
|
|
|
sha256 = "0vblaxmihgb4w9aa5q0wcgvxs7qzajql8s22w0pl9qs494g05s9r";
|
2016-08-10 00:08:01 +01:00
|
|
|
};
|
|
|
|
|
2017-01-30 17:44:14 +00:00
|
|
|
propagatedBuildInputs = with pythonPackages; [ buildbot-pkg ];
|
2016-08-10 00:08:01 +01:00
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
homepage = http://buildbot.net/;
|
|
|
|
description = "Buildbot Console View Plugin";
|
|
|
|
maintainers = with maintainers; [ nand0p ryansydnor ];
|
2016-10-04 18:20:09 +01:00
|
|
|
license = licenses.gpl2;
|
2016-08-10 00:08:01 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
waterfall-view = pythonPackages.buildPythonPackage rec {
|
2016-09-16 00:16:23 +01:00
|
|
|
pname = "buildbot-waterfall-view";
|
2017-09-11 14:15:04 +01:00
|
|
|
version = buildbot-pkg.version;
|
2016-08-10 00:08:01 +01:00
|
|
|
|
2017-03-07 19:26:21 +00:00
|
|
|
src = pythonPackages.fetchPypi {
|
|
|
|
inherit pname version;
|
2018-08-31 03:06:48 +01:00
|
|
|
sha256 = "18v1a6dapwjc2s9hi0cv3ry3s048w84md908zwaa3033gz3zwzy7";
|
2016-08-10 00:08:01 +01:00
|
|
|
};
|
|
|
|
|
2017-01-30 17:44:14 +00:00
|
|
|
propagatedBuildInputs = with pythonPackages; [ buildbot-pkg ];
|
2016-08-10 00:08:01 +01:00
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
homepage = http://buildbot.net/;
|
|
|
|
description = "Buildbot Waterfall View Plugin";
|
|
|
|
maintainers = with maintainers; [ nand0p ryansydnor ];
|
2016-10-04 18:20:09 +01:00
|
|
|
license = licenses.gpl2;
|
2016-08-10 00:08:01 +01:00
|
|
|
};
|
|
|
|
};
|
2017-07-05 17:00:22 +01:00
|
|
|
|
|
|
|
grid-view = pythonPackages.buildPythonPackage rec {
|
|
|
|
pname = "buildbot-grid-view";
|
2017-09-11 14:15:04 +01:00
|
|
|
version = buildbot-pkg.version;
|
2017-07-05 17:00:22 +01:00
|
|
|
|
|
|
|
src = pythonPackages.fetchPypi {
|
|
|
|
inherit pname version;
|
2018-08-31 03:06:48 +01:00
|
|
|
sha256 = "0iawsy892v6rn88hsgiiwaf689jqzhnb2wbxh6zkz3c0hvq4g0qd";
|
2017-07-05 17:00:22 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
propagatedBuildInputs = with pythonPackages; [ buildbot-pkg ];
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
homepage = http://buildbot.net/;
|
|
|
|
description = "Buildbot Grid View Plugin";
|
|
|
|
maintainers = with maintainers; [ nand0p ];
|
|
|
|
license = licenses.gpl2;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2017-09-11 14:15:04 +01:00
|
|
|
wsgi-dashboards = pythonPackages.buildPythonPackage rec {
|
|
|
|
pname = "buildbot-wsgi-dashboards";
|
|
|
|
version = buildbot-pkg.version;
|
|
|
|
|
|
|
|
src = pythonPackages.fetchPypi {
|
|
|
|
inherit pname version;
|
2018-08-31 03:06:48 +01:00
|
|
|
sha256 = "00cpjna3bffh1qbq6a3sqffd1g7qhbrmn9gpzxf9k38jam6jgfpz";
|
2017-09-11 14:15:04 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
propagatedBuildInputs = with pythonPackages; [ buildbot-pkg ];
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
homepage = http://buildbot.net/;
|
|
|
|
description = "Buildbot WSGI dashboards Plugin";
|
2018-04-25 05:11:43 +01:00
|
|
|
maintainers = with maintainers; [ ];
|
2017-09-11 14:15:04 +01:00
|
|
|
license = licenses.gpl2;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-08-10 00:08:01 +01:00
|
|
|
}
|