From 1fdeabdc269610ddb66f36f34e1f6416a5eea439 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 29 Jan 2024 17:53:41 +0000 Subject: Adding metadata --- .../files/ffmpeg-python-0.2.0-_run.py-collections.patch | 12 ------------ .../files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch | 11 ----------- 2 files changed, 23 deletions(-) delete mode 100644 dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-_run.py-collections.patch delete mode 100644 dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch (limited to 'dev-python/ffmpeg-python/files') 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 deleted file mode 100644 index 6231ba17b86e..000000000000 --- a/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-_run.py-collections.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 67fbb2308a37..000000000000 --- a/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch +++ /dev/null @@ -1,11 +0,0 @@ -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', -- cgit v1.3.1