13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.10";
20 src = fetchFromGitHub {
21 owner = "ChrisMandich";
24 hash = "sha256-/8gLKe+6GaPQe0J3YBmOVcAcAcqfrWM7UQCoX+qOEmw=";
27 propagatedBuildInputs = [
38 pythonImportsCheck = [ "pyflume" ];
41 description = "Python module to work with Flume sensors";
42 homepage = "https://github.com/ChrisMandich/PyFlume";
43 changelog = "https://github.com/ChrisMandich/PyFlume/releases/tag/v${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];