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