5 buildPythonPackage rec {
6 pname = "pure-python-adb-homeassistant";
7 version = "0.1.7.dev0";
11 inherit pname version;
12 hash = "sha256-xXXEp8oYGcJLTfoBDUSZrIHSgDvB2EHbVMHoG4Hk+t8=";
15 # Disable tests as they require docker, docker-compose and a dedicated
19 pythonImportsCheck = [ "adb_messenger" ];
22 description = "Python implementation of the ADB client";
23 homepage = "https://github.com/JeffLIrion/pure-python-adb";
24 license = licenses.mit;
25 maintainers = [ maintainers.makefu ];