12 buildPythonPackage rec {
13 pname = "pycarwings2";
15 format = "setuptools";
17 disabled = pythonOlder "3.5";
19 src = fetchFromGitHub {
23 sha256 = "04k1la7wix6sp668nqpwdhd3057b2bzcz7h2b9a57cxlifl8pjxf";
26 propagatedBuildInputs = [
38 substituteInPlace setup.py \
39 --replace "'pytest-runner'" ""
40 substituteInPlace setup.cfg \
41 --replace " --flake8 --cov=pycarwings2 --cache-clear --ignore=venv --verbose" ""
45 # Test requires network access
49 pythonImportsCheck = [
54 description = "Python library for interacting with the NissanConnect EV";
55 homepage = "https://github.com/filcole/pycarwings2";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ fab ];