7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "7d7d60ec332acbe3a7d00379b45e39abf650bf7ee311d61da5ab921f52f060f0";
17 # Tests can't work because there is no power information available.
21 description = "Cross-platform system power status information";
22 homepage = "https://github.com/Kentzo/Power";
23 license = licenses.mit;