20 buildPythonPackage rec {
21 pname = "python-watcherclient";
25 disabled = pythonOlder "3.8";
27 src = fetchFromGitHub {
29 repo = "python-watcherclient";
30 rev = "refs/tags/${version}";
31 hash = "sha256-lDdiZKaeteKZEyfjpBx8KY+0FLFOYAnQXl0pTbqq0Ss=";
34 env.PBR_VERSION = version;
47 sphinxBuilders = [ "man" ];
58 nativeCheckInputs = [ stestr ];
66 pythonImportsCheck = [ "watcherclient" ];
69 homepage = "https://github.com/openstack/python-watcherclient";
70 description = "Client library for OpenStack Watcher API";
71 license = lib.licenses.asl20;
72 mainProgram = "watcher";
73 maintainers = lib.teams.openstack.members;