9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "sha256-1xreFjoHmdMirpxjVya30cw31fBaCPt877yqTr9By+A=";
21 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Python client for interacting with the MyMazda API";
35 homepage = "https://github.com/bdr99/pymazda";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];