19 buildPythonPackage rec {
23 src = fetchFromGitHub {
27 sha256 = "sha256-dPnh8XZN7ZVR2rYNnj7GSYXW5I2GNQwD/KRDTgs2AtI=";
30 nativeBuildInputs = [ pytest-runner];
32 propagatedBuildInputs = [
50 __darwinAllowLocalNetworking = true;
52 pythonImportsCheck = [ "pyatv" ];
55 description = "Python client library for the Apple TV";
56 homepage = "https://github.com/postlund/pyatv";
57 license = licenses.mit;
58 maintainers = with maintainers; [ elseym ];