12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-HKtToMh4dAUpA654tFkUEM9DLPGr9XRQK0ezYzNPzqk=";
26 propagatedBuildInputs = [
38 substituteInPlace setup.cfg \
39 --replace "--cov=subarulink" ""
42 __darwinAllowLocalNetworking = true;
45 export HOME=$(mktemp -d)
48 pythonImportsCheck = [
53 description = "Python module for interacting with STARLINK-enabled vehicle";
54 mainProgram = "subarulink";
55 homepage = "https://github.com/G-Two/subarulink";
56 changelog = "https://github.com/G-Two/subarulink/releases/tag/v${version}";
57 license = with licenses; [ asl20 ];
58 maintainers = with maintainers; [ fab ];