summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-27 21:05:33 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-27 21:09:24 +0100
commit7705741ecd18e9aa53c5f0425f0d9eb08e66b2de (patch)
tree5f2117ed9b01ac2d2a98a3ca694b5442084a43df /dev-python/imageio-ffmpeg
parentdev-python/imageio: Remove old (diff)
downloadgentoo-7705741ecd18e9aa53c5f0425f0d9eb08e66b2de.tar.gz
gentoo-7705741ecd18e9aa53c5f0425f0d9eb08e66b2de.tar.bz2
gentoo-7705741ecd18e9aa53c5f0425f0d9eb08e66b2de.zip
dev-python/imageio-ffmpeg: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/imageio-ffmpeg')
-rw-r--r--dev-python/imageio-ffmpeg/Manifest1
-rw-r--r--dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/imageio-ffmpeg/Manifest b/dev-python/imageio-ffmpeg/Manifest
index 8afaada236e7..001645b4d617 100644
--- a/dev-python/imageio-ffmpeg/Manifest
+++ b/dev-python/imageio-ffmpeg/Manifest
@@ -1,2 +1 @@
-DIST imageio-ffmpeg-0.4.7.gh.tar.gz 26301 BLAKE2B b794c4c69e43304e089cbab61ff70f3d7d305a515163d0cd0ee4fca678fbec029f01dda1559d6e10e287e56937d6c8f9b52c816df99977034867997c1e392c06 SHA512 4e97bd1258aaa43304a3240460f34a0a4b98340c1dc57f673644af36724935f9f2905378b38626b766e7f609fcbda48d2c58402dc3ef9c48c596936a4bd2cc06
DIST imageio-ffmpeg-0.4.8.gh.tar.gz 27124 BLAKE2B 84ba7cbb46feae7e95b9d6f61e9b3289a753da7d78ad2848b593969c7f2a6f9e36307ca07a4b03f672fe8f61c697dcbf2dc236a2545b9ca9547fa6f174c96220 SHA512 aa6179d8c8cdbb49a60bea5ad570c6343d5e6b5a2678e88bacc484916ff806311c121143342f039ba9d41c8ac46ffbfe0adefe298e5eba0052d72c6e1707c4a6
diff --git a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.ebuild b/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.ebuild
deleted file mode 100644
index ca982bebfc7e..000000000000
--- a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.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_{9..11} )
-
-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 ~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
-}