12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.10";
19 src = fetchFromGitHub {
20 owner = "ChrisMandich";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-RtzbAXjMtvKc8vnZIxIJnc6CS+BrYcQgdy5bVaJumg0=";
26 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Python module to work with Flume sensors";
43 homepage = "https://github.com/ChrisMandich/PyFlume";
44 changelog = "https://github.com/ChrisMandich/PyFlume/releases/tag/v${version}";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];