8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "6f9c0a37d971e5b8a60c54982bd580cff84bf94fedc08c097e603a8e5609c33f";
18 propagatedBuildInputs = [ smbus-cffi ];
20 # no tests implemented
23 pythonImportsCheck = [
30 description = "Library to handle i2c sensors with the Raspberry Pi";
31 mainProgram = "i2csense";
32 homepage = "https://github.com/azogue/i2csense";
33 license = licenses.mit;
34 maintainers = with maintainers; [ dotlambda ];