commit:     f4b9635f84f589b5f8fc8786141ad6e94a68cfb4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 03:45:31 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 03:45:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b9635f

dev-python/imageio-ffmpeg: Bump to 0.6.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/imageio-ffmpeg/Manifest                 |  1 +
 .../imageio-ffmpeg/imageio-ffmpeg-0.6.0.ebuild     | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/imageio-ffmpeg/Manifest 
b/dev-python/imageio-ffmpeg/Manifest
index b3bbd910275b..c1a99527fa38 100644
--- a/dev-python/imageio-ffmpeg/Manifest
+++ b/dev-python/imageio-ffmpeg/Manifest
@@ -1 +1,2 @@
 DIST imageio-ffmpeg-0.5.1.gh.tar.gz 27587 BLAKE2B 
da508b5627e7b842e123a6b56302f8c4a6f6d8a5fe6a7ff82949a6d3f156b898c05e4f2ffe2b074223e788b31a68d6b49f8165f55d9aa5ab1e5c5a3b16ba10c5
 SHA512 
7971417ff3c5b36b2b0e09da6ee52a19efd662a3f8896a316e537d0c72ff7d65bffb87c2d01a6bd72ec6442d3aa736ebe38785e82cbe1d4b27a653fb83d08bef
+DIST imageio-ffmpeg-0.6.0.gh.tar.gz 27896 BLAKE2B 
f6d1916e2eef32c6ed4e0fa28081dc7afc8725321b810ea7a9d4de66333ec065c52d74e02ae2c18222b9201fa79a67eb4d990cf500404ee13800f7cce5db3a1f
 SHA512 
93b871b9ece52cff6c1bec63c1567e3842aea306a4d0274d996b701891690ca3ee5067e623b00233cdc3378108c43b9306e27916a0f89285157e0aa802c59dfc

diff --git a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.6.0.ebuild 
b/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.6.0.ebuild
new file mode 100644
index 000000000000..5a8521170f55
--- /dev/null
+++ b/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="FFMPEG wrapper for Python"
+HOMEPAGE="
+       https://github.com/imageio/imageio-ffmpeg/
+       https://pypi.org/project/imageio-ffmpeg/
+"
+SRC_URI="
+       https://github.com/imageio/imageio-ffmpeg/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+PROPERTIES="test_network"
+RESTRICT="test"
+
+# ffmpeg is used as an executable during runtime
+RDEPEND="
+       media-video/ffmpeg:*
+"
+
+distutils_enable_tests pytest

Reply via email to