commit: 1b8a43b32549fc4ff160b343fdf508ea586549ec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:55:01 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:57:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8a43b3
dev-python/imageio: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/imageio/Manifest | 1 -
dev-python/imageio/imageio-2.6.1.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-python/imageio/Manifest b/dev-python/imageio/Manifest
index 3f94abe61c1..dd7ab85042d 100644
--- a/dev-python/imageio/Manifest
+++ b/dev-python/imageio/Manifest
@@ -1,2 +1 @@
-DIST imageio-2.6.1.tar.gz 302911 BLAKE2B
b0ed781b9edcbb93af664ea4e815cf90e56ab2b31abdda88dcd142558efa1c43afb89886f6b3a372fddcd200df802e45c7278fe13067bfeebf119471f573e668
SHA512
e4a4510a9fd0823914a9f511011cb9c191bea1cd78b2c2bba5d559fcdc89c55cd1dbb03a81eaf82c460ebb86cde518f44ff02766a9935d4f463e81a52007fe25
DIST imageio-2.9.0.gh.tar.gz 298291 BLAKE2B
b36b0a5bf74938177353ffce103d7479a2b15442623d400261dac485b5cc7e8743b18e92d938fcfe2b68dfdef1d1417308e5441112ff851481cc768b76ab56d0
SHA512
a325ad4f0913219b87418d4f57fddc3f1e4c1be4102e933aa0c236317044d2a5ded623bbe86b92d3f2004bb9386ccb3f0cc03b7b118f9faa6f320dd147157ed6
diff --git a/dev-python/imageio/imageio-2.6.1.ebuild
b/dev-python/imageio/imageio-2.6.1.ebuild
deleted file mode 100644
index eb6898f0259..00000000000
--- a/dev-python/imageio/imageio-2.6.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for reading and writing image data"
-HOMEPAGE="https://imageio.github.io/"
-SRC_URI="https://github.com/imageio/imageio/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- media-libs/freeimage
-"
-DEPEND="${RDEPEND}"