15 buildPythonPackage rec {
16 pname = "solarlog-cli";
20 disabled = pythonOlder "3.12";
22 src = fetchFromGitHub {
24 repo = "solarlog_cli";
26 hash = "sha256-G7DZHFg0NH3rY/tbWpXDchYHkrvG8dUvINNxBIUKnzk=";
29 build-system = [ hatchling ];
36 pythonImportsCheck = [ "solarlog_cli" ];
46 changelog = "https://github.com/dontinelli/solarlog_cli/releases/tag/v${version}";
47 description = "Python library to access the Solar-Log JSON interface";
48 homepage = "https://github.com/dontinelli/solarlog_cli";
49 license = lib.licenses.gpl3Plus;
50 maintainers = with lib.maintainers; [ dotlambda ];