14 buildPythonPackage rec {
15 pname = "skodaconnect";
19 disabled = pythonOlder "3.11";
21 src = fetchFromGitHub {
23 repo = "skodaconnect";
24 rev = "refs/tags/${version}";
25 hash = "sha256-Cy2sXj8+t8lIqrKmI9Aa7tNEIvRArynU/02ajJ+tYHg=";
28 nativeBuildInputs = [ flit-core ];
30 propagatedBuildInputs = [
38 # Project has no tests
41 pythonImportsCheck = [ "skodaconnect" ];
44 description = "Python module to communicate with Skoda Connect";
45 homepage = "https://github.com/lendy007/skodaconnect";
46 changelog = "https://github.com/lendy007/skodaconnect/releases/tag/${version}";
47 license = with licenses; [ asl20 ];
48 maintainers = with maintainers; [ fab ];