12 buildPythonPackage rec {
15 format = "setuptools";
17 src = fetchFromGitHub {
18 owner = "ctalkington";
19 repo = "python-directv";
21 sha256 = "19jckf6qvl8fwi8yff1qy8c44xdz3zpi1ip1md6zl2c503qc91mk";
24 propagatedBuildInputs = [
36 # ValueError: Host '#' cannot contain '#' (at position 0)
40 pythonImportsCheck = [ "directv" ];
43 description = "Asynchronous Python client for DirecTV (SHEF)";
44 homepage = "https://github.com/ctalkington/python-directv";
45 license = licenses.mit;
46 maintainers = with maintainers; [ dotlambda ];