15 buildPythonPackage rec {
20 disabled = pythonOlder "3.10";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-1xeXfhoXRfJ7vrpRPeYmwcAGjL09iNCOm/f4pPvuZLU=";
30 substituteInPlace pyproject.toml \
31 --replace-fail " --cov --cov-report term --cov-report html" ""
34 build-system = [ poetry-core ];
48 pythonImportsCheck = [ "aiopvpc" ];
51 description = "Python module to download Spanish electricity hourly prices (PVPC)";
52 homepage = "https://github.com/azogue/aiopvpc";
53 changelog = "https://github.com/azogue/aiopvpc/blob/v${version}/CHANGELOG.md";
54 license = with licenses; [ mit ];
55 maintainers = with maintainers; [ fab ];