13 buildPythonPackage rec {
14 pname = "logi-circle";
17 disabled = pythonOlder "3.6";
19 format = "setuptools";
21 src = fetchFromGitHub {
23 repo = "python-logi-circle";
25 hash = "sha256-Q+uoaimJjn6MiO3jXGYyZ6cS0tqI06Azkq1QbNq2FN8=";
28 propagatedBuildInputs = [
39 pythonImportsCheck = [ "logi_circle" ];
42 description = "Python library to communicate with Logi Circle cameras";
43 homepage = "https://github.com/evanjd/python-logi-circle";
44 license = lib.licenses.mit;
45 maintainers = with lib.maintainers; [ dotlambda ];