13 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "ChrisMandich";
22 sha256 = "0i181c8722j831bjlcjwv5ccy20hl8zzlv7bfp8w0976gdmv4iz8";
25 propagatedBuildInputs = [
37 pythonImportsCheck = [ "pyflume" ];
40 description = "Python module to work with Flume sensors";
41 homepage = "https://github.com/ChrisMandich/PyFlume";
42 license = with licenses; [ mit ];
43 maintainers = with maintainers; [ fab ];