10 marshmallow-dataclass,
20 buildPythonPackage rec {
21 pname = "renault-api";
25 disabled = pythonOlder "3.8";
27 src = fetchFromGitHub {
30 rev = "refs/tags/v${version}";
31 hash = "sha256-j9KF2vqDZqQ35mDW/Qx6uy8H9hwuwBYfdcDXD1Cs7rQ=";
34 build-system = [ poetry-core ];
43 optional-dependencies = {
56 ] ++ lib.flatten (lib.attrValues optional-dependencies);
58 pythonImportsCheck = [ "renault_api" ];
61 description = "Python library to interact with the Renault API";
62 homepage = "https://github.com/hacf-fr/renault-api";
63 changelog = "https://github.com/hacf-fr/renault-api/releases/tag/v${version}";
64 license = licenses.mit;
65 maintainers = with maintainers; [ fab ];
66 mainProgram = "renault-api";