9 buildPythonPackage rec {
10 pname = "pydroid-ipcam";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "home-assistant-libs";
19 rev = "refs/tags/${version}";
20 hash = "sha256-toY3eVJdB5rbRuwkXMizpQUxUTo4Y1tWKFCZZuiYaGI=";
23 propagatedBuildInputs = [
28 # Project has no tests
31 pythonImportsCheck = [
36 description = "Python library for Android IP Webcam";
37 homepage = "https://github.com/home-assistant-libs/pydroid-ipcam";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];