9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "sha256-1NnTSO4vO3Ryt4vYD5ZTQGr241GqA2KsGRBVowSTCzM=";
18 propagatedBuildInputs = [
27 pythonImportsCheck = [ "pybotvac" ];
30 description = "Python module for interacting with Neato Botvac Connected vacuum robots";
31 homepage = "https://github.com/stianaske/pybotvac";
32 license = licenses.mit;
33 maintainers = with maintainers; [ elseym ];