12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-enxOx0hZ+fksk8ibsDWg0Bl/cJeSBHE37bN/D1ucECg=";
28 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "Read/write/show images and videos in an IPython notebook";
41 homepage = "https://github.com/google/mediapy";
42 changelog = "https://github.com/google/mediapy/releases/tag/v${version}";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ mcwitt ];