14 buildPythonPackage rec {
15 pname = "reolink-aio";
19 disabled = pythonOlder "3.11";
21 src = fetchFromGitHub {
22 owner = "starkillerOG";
24 rev = "refs/tags/${version}";
25 hash = "sha256-h4mHRNmzrFAUQ0qQkzAMevO9hqV4Uueivr8wwor636Q=";
28 build-system = [ setuptools ];
38 pythonImportsCheck = [ "reolink_aio" ];
40 # All tests require a network device
44 description = "Module to interact with the Reolink IP camera API";
45 homepage = "https://github.com/starkillerOG/reolink_aio";
46 changelog = "https://github.com/starkillerOG/reolink_aio/releases/tag/${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];