buildbot-plugins: don't use wheel for www and cleanup dependencies

This commit is contained in:
Ben Wolsieffer 2019-08-18 14:01:22 -04:00
parent 7c9483209c
commit 0732203c3b

View File

@ -1,19 +1,17 @@
{ lib, buildPythonPackage, fetchPypi, buildbot, buildbot-pkg }: { lib, buildPythonPackage, fetchPypi, buildbot, buildbot-pkg, mock }:
{ {
www = buildPythonPackage rec { www = buildPythonPackage rec {
pname = "buildbot_www"; pname = "buildbot-www";
inherit (buildbot-pkg) version; inherit (buildbot-pkg) version;
# NOTE: wheel is used due to buildbot circular dependency
format = "wheel";
src = fetchPypi { src = fetchPypi {
inherit pname version format; inherit pname version;
python = "py3"; sha256 = "0g3m5z8yska245r1x9n85b4br8b63i4zca2qn3qspf62b1wzmxmd";
sha256 = "01jx34in0kwhpi2p8p6wl1h40gv3rmfhwaxrvd9kfy4ymqh8b81z";
}; };
buildInputs = [ buildbot buildbot-pkg mock ];
meta = with lib; { meta = with lib; {
homepage = http://buildbot.net/; homepage = http://buildbot.net/;
description = "Buildbot UI"; description = "Buildbot UI";
@ -31,7 +29,7 @@
sha256 = "0p7az9mb09c4bl0j37w28wflzygq9vy8rjbbnhlfbs6py6mjdagr"; sha256 = "0p7az9mb09c4bl0j37w28wflzygq9vy8rjbbnhlfbs6py6mjdagr";
}; };
propagatedBuildInputs = [ buildbot-pkg ]; buildInputs = [ buildbot-pkg ];
checkInputs = [ buildbot ]; checkInputs = [ buildbot ];
meta = with lib; { meta = with lib; {
@ -51,7 +49,7 @@
sha256 = "0ba0a7q7ii7sipvifxs9ldkcs4b975skndarmirbphc797993hj1"; sha256 = "0ba0a7q7ii7sipvifxs9ldkcs4b975skndarmirbphc797993hj1";
}; };
propagatedBuildInputs = [ buildbot-pkg ]; buildInputs = [ buildbot-pkg ];
checkInputs = [ buildbot ]; checkInputs = [ buildbot ];
meta = with lib; { meta = with lib; {
@ -71,7 +69,7 @@
sha256 = "0dvchhjzmfbbrxqm8dlmwck22z99pgnflxk3cyn0wbb1qskhd9cv"; sha256 = "0dvchhjzmfbbrxqm8dlmwck22z99pgnflxk3cyn0wbb1qskhd9cv";
}; };
propagatedBuildInputs = [ buildbot-pkg ]; buildInputs = [ buildbot-pkg ];
checkInputs = [ buildbot ]; checkInputs = [ buildbot ];
meta = with lib; { meta = with lib; {
@ -91,7 +89,7 @@
sha256 = "0w9p3y89rqsmqiacwj2avir42r0xjr2yri14v3ay6yar5391r8wa"; sha256 = "0w9p3y89rqsmqiacwj2avir42r0xjr2yri14v3ay6yar5391r8wa";
}; };
propagatedBuildInputs = [ buildbot-pkg ]; buildInputs = [ buildbot-pkg ];
checkInputs = [ buildbot ]; checkInputs = [ buildbot ];
meta = with lib; { meta = with lib; {