12 buildPythonPackage rec {
13 pname = "logi-circle";
16 disabled = pythonOlder "3.6";
18 format = "setuptools";
20 src = fetchFromGitHub {
22 repo = "python-logi-circle";
24 hash = "sha256-Q+uoaimJjn6MiO3jXGYyZ6cS0tqI06Azkq1QbNq2FN8=";
27 propagatedBuildInputs = [
38 pythonImportsCheck = [ "logi_circle" ];
41 description = "A Python library to communicate with Logi Circle cameras";
42 homepage = "https://github.com/evanjd/python-logi-circle";
43 license = lib.licenses.mit;
44 maintainers = with lib.maintainers; [ dotlambda ];