11 buildPythonPackage rec {
12 pname = "mov-cli-test";
16 src = fetchFromGitHub {
18 repo = "mov-cli-test";
19 rev = "refs/tags/${version}";
20 hash = "sha256-INdPAJxPxfo5bKg4Xn1r7bildxznXrTJxmDI21wylnI=";
25 propagatedBuildInputs = [
31 nativeBuildInputs = [ setuptools-scm ];
34 description = "A mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons";
35 homepage = "https://github.com/mov-cli/mov-cli-test";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ roshaen ];