commit:     12fc64e9f0cb9452d770f1e2e060d4c24ef9c7c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:27:35 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:27:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fc64e9

dev-python/imageio-ffmpeg: Remove old

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

 dev-python/imageio-ffmpeg/Manifest                 |  1 -
 .../imageio-ffmpeg/imageio-ffmpeg-0.4.8.ebuild     | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/imageio-ffmpeg/Manifest 
b/dev-python/imageio-ffmpeg/Manifest
index e63e7f0825f6..319324fea8e0 100644
--- a/dev-python/imageio-ffmpeg/Manifest
+++ b/dev-python/imageio-ffmpeg/Manifest
@@ -1,2 +1 @@
-DIST imageio-ffmpeg-0.4.8.gh.tar.gz 27124 BLAKE2B 
84ba7cbb46feae7e95b9d6f61e9b3289a753da7d78ad2848b593969c7f2a6f9e36307ca07a4b03f672fe8f61c697dcbf2dc236a2545b9ca9547fa6f174c96220
 SHA512 
aa6179d8c8cdbb49a60bea5ad570c6343d5e6b5a2678e88bacc484916ff806311c121143342f039ba9d41c8ac46ffbfe0adefe298e5eba0052d72c6e1707c4a6
 DIST imageio-ffmpeg-0.4.9.gh.tar.gz 27344 BLAKE2B 
f9bf6421859f8b17aee5300613a14de9883436aaa724b61b8068498f533cc24ab4c8372a6de6ce4ab49218abb84af8a35e29e1ccbe9c913fcdcf2db159f13a92
 SHA512 
ebf63b9ac9c733d4c12d3aa4c6a9e81dd0128795a040e65df03bfae00e3562a3976eaa2f4058562bbddc3f8d63d6bf2a38133de4d2ddb0d2dc62ffab2449e143

diff --git a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.8.ebuild 
b/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.8.ebuild
deleted file mode 100644
index 5270c885eb44..000000000000
--- a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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
-
-src_prepare() {
-       sed -e '/setup_requires/d' -i setup.py || die
-
-       distutils-r1_src_prepare
-}

Reply via email to