Loading pkgs/development/python-modules/moviepy/default.nix +37 −26 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, decorator, fetchFromGitHub, # build-system setuptools, # dependencies decorator, imageio, imageio-ffmpeg, matplotlib, numpy, proglog, python-dotenv, pytest-timeout, pytestCheckHook, pythonOlder, requests, tqdm, # optional-dependencies matplotlib, scikit-image, scikit-learn, scipy, setuptools, tqdm, yt-dlp, # tests pytest-timeout, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -26,8 +34,6 @@ buildPythonPackage rec { version = "2.1.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Zulko"; repo = "moviepy"; Loading Loading @@ -69,7 +75,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "moviepy" ]; disabledTests = [ disabledTests = [ # stalls "test_doc_examples" # video orientation mismatch, 0 != 180 Loading @@ -82,6 +89,10 @@ buildPythonPackage rec { # Failed: DID NOT RAISE <class 'OSError'> "test_ffmpeg_resize" "test_ffmpeg_stabilize_video" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Failed: Timeout >30.0s "test_issue_1682" ]; disabledTestPaths = [ Loading @@ -93,11 +104,11 @@ buildPythonPackage rec { "tests/test_videotools.py" ]; meta = with lib; { meta = { description = "Video editing with Python"; homepage = "https://zulko.github.io/moviepy/"; changelog = "https://github.com/Zulko/moviepy/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; changelog = "https://github.com/Zulko/moviepy/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = [ ]; }; } Loading
pkgs/development/python-modules/moviepy/default.nix +37 −26 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, decorator, fetchFromGitHub, # build-system setuptools, # dependencies decorator, imageio, imageio-ffmpeg, matplotlib, numpy, proglog, python-dotenv, pytest-timeout, pytestCheckHook, pythonOlder, requests, tqdm, # optional-dependencies matplotlib, scikit-image, scikit-learn, scipy, setuptools, tqdm, yt-dlp, # tests pytest-timeout, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -26,8 +34,6 @@ buildPythonPackage rec { version = "2.1.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Zulko"; repo = "moviepy"; Loading Loading @@ -69,7 +75,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "moviepy" ]; disabledTests = [ disabledTests = [ # stalls "test_doc_examples" # video orientation mismatch, 0 != 180 Loading @@ -82,6 +89,10 @@ buildPythonPackage rec { # Failed: DID NOT RAISE <class 'OSError'> "test_ffmpeg_resize" "test_ffmpeg_stabilize_video" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Failed: Timeout >30.0s "test_issue_1682" ]; disabledTestPaths = [ Loading @@ -93,11 +104,11 @@ buildPythonPackage rec { "tests/test_videotools.py" ]; meta = with lib; { meta = { description = "Video editing with Python"; homepage = "https://zulko.github.io/moviepy/"; changelog = "https://github.com/Zulko/moviepy/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; changelog = "https://github.com/Zulko/moviepy/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = [ ]; }; }