9 version = "2017-07-13";
10 format = "setuptools";
13 # note that https://pypi.org/project/PySensors/ is a different project
14 src = fetchFromGitHub {
15 owner = "bastienleonard";
17 rev = "ef46fc8eb181ecb8ad09b3d80bc002d23d9e26b3";
18 sha256 = "1xvbxnkz55fk5fpr514263c7s7s9r8hgrw4ybfaj5a0mligmmrfm";
21 buildInputs = [ lm_sensors ];
23 # Tests are disable because they fail on `aarch64-linux`, probably
27 nativeCheckInputs = [ unittestCheckHook ];
29 unittestFlagsArray = [
35 maintainers = with maintainers; [ guibou ];
36 description = "Easy hardware health monitoring in Python for Linux systems";
37 homepage = "https://bastienleonard.github.io/pysensors/";
38 license = licenses.bsd2;
39 platforms = platforms.linux;