13 buildPythonPackage rec {
14 pname = "reolink-aio";
18 disabled = pythonOlder "3.10";
20 src = fetchFromGitHub {
21 owner = "starkillerOG";
23 rev = "refs/tags/${version}";
24 hash = "sha256-xIN6ioX02YgzY3sh3l7rFT6UQCMnzlrX/CJj483G6ig=";
27 build-system = [ setuptools ];
36 pythonImportsCheck = [ "reolink_aio" ];
38 # All tests require a network device
42 description = "Module to interact with the Reolink IP camera API";
43 homepage = "https://github.com/starkillerOG/reolink_aio";
44 changelog = "https://github.com/starkillerOG/reolink_aio/releases/tag/${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ fab ];