12 pname = "adb-homeassistant";
14 format = "setuptools";
16 # pypi does not contain tests, using github sources instead
17 src = fetchFromGitHub {
20 rev = "5949bf432307cbba7128e84d7bc6add7f054a078";
21 sha256 = "0s3fazvbzchn1fsvjrd1jl8w9y4dvvgq6q8m8p5lr2gri0npr581";
24 propagatedBuildInputs = [
39 description = "Pure python implementation of the Android ADB and Fastboot protocols";
40 homepage = "https://github.com/JeffLIrion/python-adb/tree/adb-homeassistant";
41 license = licenses.asl20;
42 maintainers = [ maintainers.makefu ];