8 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-l/5w71QsAW4BvILOaLdUVvQ8xxUm1ZTzUESRFzUgtic=";
21 nativeCheckInputs = [ pytestCheckHook ];
24 "test_find_all_sensors" # flaky
27 pythonImportsCheck = [ "pi1wire" ];
30 description = "1Wire Sensor Library for Raspberry PI";
31 homepage = "https://github.com/ushiboy/pi1wire";
32 license = licenses.mit;
33 maintainers = with maintainers; [ dotlambda ];