8 buildPythonPackage rec {
10 version = "2022.2.11";
13 inherit pname version;
14 sha256 = "8efe29dab44a7d275702f3160746015bd55c87b2eed85991dd57dda42594e6c6";
17 propagatedBuildInputs = [
22 # Tests require networking, and https://github.com/cinemagoer/cinemagoer/issues/240
25 pythonImportsCheck = [ "imdb" ]; # Former "imdbpy", upstream is yet to rename here
28 description = "A Python package for retrieving and managing the data of the IMDb movie database about movies and people";
29 downloadPage = "https://github.com/cinemagoer/cinemagoer/";
30 homepage = "https://cinemagoer.github.io/";
31 license = licenses.gpl2Only;
32 maintainers = with maintainers; [ ];