11 buildPythonPackage rec {
12 pname = "amberelectric";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 sha256 = "sha256-5SWJnTxRm6mzP0RxrgA+jnV+Gp23WjqQA57wbT2V9Dk=";
23 propagatedBuildInputs = [
33 pythonImportsCheck = [ "amberelectric" ];
36 description = "Python Amber Electric API interface";
37 homepage = "https://github.com/madpilot/amberelectric.py";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];