13 buildPythonPackage rec {
14 pname = "skodaconnect";
18 disabled = pythonOlder "3.11";
20 src = fetchFromGitHub {
22 repo = "skodaconnect";
23 rev = "refs/tags/${version}";
24 hash = "sha256-H45rL9GFuTnP5VP0cRyqlmWJmX1Zvh7A7JcSKgcZCwA=";
31 propagatedBuildInputs = [
39 # Project has no tests
42 pythonImportsCheck = [
47 description = "Python module to communicate with Skoda Connect";
48 homepage = "https://github.com/lendy007/skodaconnect";
49 changelog = "https://github.com/lendy007/skodaconnect/releases/tag/${version}";
50 license = with licenses; [ asl20 ];
51 maintainers = with maintainers; [ fab ];