From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1382792-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 649F315808B for <garchives@archives.gentoo.org>; Tue, 5 Apr 2022 13:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 144E1E07D4; Tue, 5 Apr 2022 13:11:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CB71E07D4 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Apr 2022 13:11:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A4533412A5 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Apr 2022 13:11:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2B99317 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Apr 2022 13:11:39 +0000 (UTC) From: "Maciej Barć" <xgqt@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" <xgqt@gentoo.org> Message-ID: <1649161890.acf0097a0a026d935f073f9dfe82f1a43a3dac3e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ffmpeg-python/files/, dev-python/ffmpeg-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ffmpeg-python/Manifest dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-_run.py-collections.patch dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch dev-python/ffmpeg-python/metadata.xml X-VCS-Directories: dev-python/ffmpeg-python/ dev-python/ffmpeg-python/files/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: acf0097a0a026d935f073f9dfe82f1a43a3dac3e X-VCS-Branch: master Date: Tue, 5 Apr 2022 13:11:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 074a55e8-78eb-4940-85ec-657535c74800 X-Archives-Hash: 2ad4c8be05e5fe68f5de4213a24a1306 commit: acf0097a0a026d935f073f9dfe82f1a43a3dac3e Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Apr 3 20:39:45 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Apr 5 12:31:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf0097a dev-python/ffmpeg-python: new package; add version 0.2.0 Bug: https://github.com/deepjyoti30/ytmdl/issues/222 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-python/ffmpeg-python/Manifest | 1 + .../ffmpeg-python/ffmpeg-python-0.2.0.ebuild | 38 ++++++++++++++++++++++ .../ffmpeg-python-0.2.0-_run.py-collections.patch | 12 +++++++ ...fmpeg-python-0.2.0-setup.py-pytest-runner.patch | 11 +++++++ dev-python/ffmpeg-python/metadata.xml | 13 ++++++++ 5 files changed, 75 insertions(+) diff --git a/dev-python/ffmpeg-python/Manifest b/dev-python/ffmpeg-python/Manifest new file mode 100644 index 000000000000..c1f30ed46ffd --- /dev/null +++ b/dev-python/ffmpeg-python/Manifest @@ -0,0 +1 @@ +DIST ffmpeg-python-0.2.0.tar.gz 3267771 BLAKE2B 8bca4a24434b6c7a542e3c178cb7bf1e5650f9763636d5378f9652cdd07ef19b0e96007d6bb71fdf1664efb6e33d597844c7d6a44dc8dcb1c083e21f53649469 SHA512 933ed958d61536bbbc0e0b08e19521c4b1f7df1cfe97de0b3d149a2748c5bd74915a3134861e8ecb1f92d5860315228b76aefcd087fcf07e188a56c651f5e301 diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild new file mode 100644 index 000000000000..4ee086b79602 --- /dev/null +++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for FFmpeg with complex filtering support" +HOMEPAGE="https://github.com/kkroening/ffmpeg-python" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/kkroening/${PN}.git" +else + SRC_URI="https://github.com/kkroening/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="Apache-2.0" +SLOT="0" + +RDEPEND=" + dev-python/future[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + media-video/ffmpeg +" +BDEPEND="test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )" + +PATCHES=( + "${FILESDIR}"/${P}-_run.py-collections.patch + "${FILESDIR}"/${P}-setup.py-pytest-runner.patch +) + +distutils_enable_tests pytest +distutils_enable_sphinx doc/src 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', diff --git a/dev-python/ffmpeg-python/metadata.xml b/dev-python/ffmpeg-python/metadata.xml new file mode 100644 index 000000000000..b908e7d7cbe1 --- /dev/null +++ b/dev-python/ffmpeg-python/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>xgqt@gentoo.org</email> + <name>Maciej Barć</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/kkroening/ffmpeg-python/issues/</bugs-to> + <remote-id type="github">kkroening/ffmpeg-python</remote-id> + </upstream> +</pkgmetadata>