8 poetry-dynamic-versioning,
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-x91QVCDPjfC8rCVam/mrc8HP84ONa2/mJtSV64hrilc=";
30 pythonRelaxDeps = [ "responses" ];
34 poetry-dynamic-versioning
49 pythonImportsCheck = [ "pysolcast" ];
52 description = "Python library for interacting with the Solcast API";
53 homepage = "https://github.com/mcaulifn/solcast";
54 changelog = "https://github.com/mcaulifn/solcast/releases/tag/v${version}";
55 license = with licenses; [ asl20 ];
56 maintainers = with maintainers; [ fab ];