16 buildPythonPackage rec {
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-3GzShdYNfaBxu1azPW8eUR5rDn8rrGiE/MhTmwzLOg8=";
30 build-system = [ setuptools ];
45 pythonImportsCheck = [ "opower" ];
48 description = "Module for getting historical and forecasted usage/cost from utilities that use opower.com";
49 homepage = "https://github.com/tronikos/opower";
50 changelog = "https://github.com/tronikos/opower/releases/tag/v${version}";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ fab ];