7 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-l/5w71QsAW4BvILOaLdUVvQ8xxUm1ZTzUESRFzUgtic=";
25 "test_find_all_sensors" # flaky
28 pythonImportsCheck = [ "pi1wire" ];
31 description = "1Wire Sensor Library for Raspberry PI";
32 homepage = "https://github.com/ushiboy/pi1wire";
33 license = licenses.mit;
34 maintainers = with maintainers; [ dotlambda ];