13 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "ChrisMandich";
22 sha256 = "sha256-Ka90n9Esv6tm310DjYeosBUhudeVoEJzt45L40+0GwQ=";
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 ];