13 buildPythonPackage rec {
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-jLhM47o6LvkPux0kusOrRk4TDS6VLWE0QMEiQxlBCwo=";
31 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Python library for interacting with the Solcast API";
48 homepage = "https://github.com/mcaulifn/solcast";
49 changelog = "https://github.com/mcaulifn/solcast/releases/tag/v${version}";
50 license = with licenses; [ asl20 ];
51 maintainers = with maintainers; [ fab ];