7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "7fc03aafb791ca70d847c9ab97cf181bc7d8f7345efb4b0c3f66c07b9c7dee69";
17 propagatedBuildInputs = [
21 # no tests implemented
24 pythonImportsCheck = [
30 description = "Library to read data from environment sensors";
31 homepage = "https://github.com/open-homeautomation/pmsensor";
32 license = licenses.mit;
33 maintainers = with maintainers; [ dotlambda ];