9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "1ykbmdc2v05ly9q358j7g73ma9fsqdlclc8i0k1yd0bn7219icpx";
21 propagatedBuildInputs = [ requests ];
23 # Project has no tests
26 pythonImportsCheck = [ "pyombi" ];
29 description = "Python module to retrieve information from Ombi";
30 homepage = "https://github.com/larssont/pyombi";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];