9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
20 hash = "sha256-Ux9EereKKbgaVQORliW6J5FSBlytLM+m4PVFBk+OW6k=";
27 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Library for remote control of Sony Bravia TVs 2013 and newer";
40 homepage = "https://github.com/Drafteed/pybravia";
41 changelog = "https://github.com/Drafteed/pybravia/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];