12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-dRhZWV58tHoGpJ2bDWFov1timTHYnqTPILySauutyzg=";
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 homepage = "https://github.com/G-Two/subarulink";
55 changelog = "https://github.com/G-Two/subarulink/releases/tag/v${version}";
56 license = with licenses; [ asl20 ];
57 maintainers = with maintainers; [ fab ];