diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-06 01:40:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-06 01:40:52 +0000 |
| commit | b74d043299d518b43845295f480864e35e79fb98 (patch) | |
| tree | ab3d9f0b987c4fcc4df6549158960fd6b39d6b83 /dev-python/ffmpeg-python/files | |
| parent | 79a07c40c6574f5548de684884bc4dfa8a18d46f (diff) | |
| download | baldeagleos-repo-b74d043299d518b43845295f480864e35e79fb98.tar.gz baldeagleos-repo-b74d043299d518b43845295f480864e35e79fb98.tar.xz baldeagleos-repo-b74d043299d518b43845295f480864e35e79fb98.zip | |
Adding metadata
Diffstat (limited to 'dev-python/ffmpeg-python/files')
| -rw-r--r-- | dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-_run.py-collections.patch | 12 | ||||
| -rw-r--r-- | dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-_run.py-collections.patch b/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-_run.py-collections.patch new file mode 100644 index 000000000000..6231ba17b86e --- /dev/null +++ b/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-_run.py-collections.patch @@ -0,0 +1,12 @@ +index afc504d..bf43c06 100644 +--- a/ffmpeg/_run.py ++++ b/ffmpeg/_run.py +@@ -137,7 +137,7 @@ def _get_output_args(node, stream_name_map): + if 'video_size' in kwargs: + video_size = kwargs.pop('video_size') + if not isinstance(video_size, basestring) and isinstance( +- video_size, collections.Iterable ++ video_size, collections.abc.Iterable + ): + video_size = '{}x{}'.format(video_size[0], video_size[1]) + args += ['-video_size', video_size] diff --git a/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch b/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch new file mode 100644 index 000000000000..67fbb2308a37 --- /dev/null +++ b/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch @@ -0,0 +1,11 @@ +index 0282c67..2011d2c 100644 +--- a/setup.py ++++ b/setup.py +@@ -60,7 +60,6 @@ keywords = misc_keywords + file_formats + setup( + name='ffmpeg-python', + packages=['ffmpeg'], +- setup_requires=['pytest-runner'], + tests_require=['pytest', 'pytest-mock'], + version=version, + description='Python bindings for FFmpeg - with complex filtering support', |
