8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "6a0135815cb680da38d78121d4d659d8e54a25f4db2816cd86d62916b92f23b2";
17 propagatedBuildInputs = [ requests-cache ];
19 checkInputs = [ pytest ];
21 # requires network access
25 description = "Simple to use TVDB (thetvdb.com) API in Python";
26 homepage = "https://github.com/dbr/tvdb_api";
27 license = licenses.unlicense;
28 maintainers = with maintainers; [ peterhoeg ];