9 buildPythonPackage rec {
11 version = "3.2.0-beta";
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "ce0382181a9e08a5113bfee0fed2c78f8b1e613f";
18 hash = "sha256-poUuwySr6+8U9PIHhqFaR7nXzh8kSaW7mZkuKTUJKj8=";
21 propagatedBuildInputs = [ requests-cache ];
23 nativeCheckInputs = [ pytest ];
25 # requires network access
29 description = "Simple to use TVDB (thetvdb.com) API in Python";
30 homepage = "https://github.com/dbr/tvdb_api";
31 license = licenses.unlicense;
32 maintainers = with maintainers; [ peterhoeg ];