11 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "ctalkington";
17 repo = "python-directv";
19 sha256 = "19jckf6qvl8fwi8yff1qy8c44xdz3zpi1ip1md6zl2c503qc91mk";
22 propagatedBuildInputs = [
33 pythonImportsCheck = [ "directv" ];
36 description = "Asynchronous Python client for DirecTV (SHEF)";
37 homepage = "https://github.com/ctalkington/python-directv";
38 license = licenses.mit;
39 maintainers = with maintainers; [ dotlambda ];