12 buildPythonPackage rec {
19 url = "https://downloads.reviewboard.org/releases/RBTools/${lib.versions.majorMinor version}/RBTools-${version}.tar.gz";
20 sha256 = "577c2f8bbf88f77bda84ee95af0310b59111c156f48a5aab56ca481e2f77eaf4";
23 propagatedBuildInputs = [ six texttable tqdm colorama setuptools ];
25 # The kgb test dependency is not in nixpkgs
29 homepage = "https://www.reviewboard.org/docs/rbtools/dev/";
30 description = "RBTools is a set of command line tools for working with Review Board and RBCommons";
31 license = licenses.mit;
32 maintainers = with maintainers; [ domenkozar ];