7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "6f9c0a37d971e5b8a60c54982bd580cff84bf94fedc08c097e603a8e5609c33f";
17 propagatedBuildInputs = [
21 # no tests implemented
24 pythonImportsCheck = [
31 description = "A library to handle i2c sensors with the Raspberry Pi";
32 mainProgram = "i2csense";
33 homepage = "https://github.com/azogue/i2csense";
34 license = licenses.mit;
35 maintainers = with maintainers; [ dotlambda ];