13 buildPythonPackage rec {
18 disabled = pythonOlder "3.11";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-ZcTSf7UejEUqQo0qEXP3fWjZYRx0a3ZBNVkwS2dL3Yk=";
27 build-system = [ setuptools ];
29 nativeBuildInputs = [ incremental ];
37 # Project has no tests
40 pythonImportsCheck = [ "ovoenergy" ];
43 description = "Python client for getting data from OVO's API";
44 homepage = "https://github.com/timmo001/ovoenergy";
45 changelog = "https://github.com/timmo001/ovoenergy/releases/tag/${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ fab ];