16 buildPythonPackage rec {
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-DXJkbAlkxBjUEbziFNdr8SilB2GRUoAwvrr0HY56Deg=";
30 pythonRelaxDeps = [ "responses" ];
32 build-system = [ poetry-core ];
34 nativeBuildInputs = [ pythonRelaxDepsHook ];
48 pythonImportsCheck = [ "pysolcast" ];
51 description = "Python library for interacting with the Solcast API";
52 homepage = "https://github.com/mcaulifn/solcast";
53 changelog = "https://github.com/mcaulifn/solcast/releases/tag/v${version}";
54 license = with licenses; [ asl20 ];
55 maintainers = with maintainers; [ fab ];