12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-EvGBStEYgqFO9GMtxs1qtDixb4y2Ptom8xncRUv4ur4=";
25 substituteInPlace pybotvac/robot.py \
26 --replace-fail "import urllib3" "" \
27 --replace-fail "urllib3.disable_warnings(urllib3.exceptions.SubjectAltNameWarning)" "# urllib3.disable_warnings(urllib3.exceptions.SubjectAltNameWarning)"
30 build-system = [ setuptools ];
41 pythonImportsCheck = [ "pybotvac" ];
44 description = "Python module for interacting with Neato Botvac Connected vacuum robots";
45 homepage = "https://github.com/stianaske/pybotvac";
46 changelog = "https://github.com/stianaske/pybotvac/releases/tag/v${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];