9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
15 inherit pname version;
16 sha256 = "sha256-Z0sRfLkOxYmPDZiSKqqbd68dcTDU+x8QhPe/Oo43KEA=";
19 propagatedBuildInputs = [
24 # Project has no tests
26 pythonImportsCheck = [ "pymazda" ];
29 description = "Python client for interacting with the MyMazda API";
30 homepage = "https://github.com/bdr99/pymazda";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];