12 buildPythonPackage rec {
13 pname = "pylitterbot";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
18 owner = "natekspencer";
21 sha256 = "sha256-w2iyzCYoma8zQsXGIQnpgijDHNqmlvCnbeyF7PmLz9c=";
24 propagatedBuildInputs = [
35 pythonImportsCheck = [ "pylitterbot" ];
38 description = "Python package for controlling a Litter-Robot";
39 homepage = "https://github.com/natekspencer/pylitterbot";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];