12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.5";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 sha256 = "sha256-VBK+h5K/irI0T0eUaYC1iouzMUo/lJshLTe0h5CtnAQ=";
26 propagatedBuildInputs = [
38 substituteInPlace setup.py \
39 --replace '"pytest-runner",' ""
42 pythonImportsCheck = [
47 description = "Python module for Nexia thermostats";
48 homepage = "https://github.com/bdraco/nexia";
49 license = with licenses; [ asl20 ];
50 maintainers = with maintainers; [ fab ];