commit:     b99048909e8cdcad363fdbc2152e34d8c477c178
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 18:41:31 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 18:41:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9904890

dev-python/openpyxl: drop 3.0.9-r1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/openpyxl/Manifest                 |  1 -
 dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild | 30 ----------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 2473ba1d4a18..47be476db6e7 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1 @@
 DIST openpyxl-3.0.10.tar.bz2 2427596 BLAKE2B 
7422e15d1852d7ce6fa7547cdde2ff6cbe02ccdc13d0a48272cc0f544ade8283833ccfd006d83cca0ac719b2354af76e220522655cadad8dda11bc39ddb6de30
 SHA512 
1b06ed6c17ab15c277a46cb83db030ba37424a718962070728a8723db50e3fb6a77078b26e04aaee4a924686cacb2c6413742f7aa3533c0f9ecfabca9757af56
-DIST openpyxl-3.0.9.tar.bz2 2428070 BLAKE2B 
b62133ee8e732142428b4f9eaf158e6f33daf314ed1ad620d921ad10265d1db93e2fcef807a61b3277e96f245392fd19b48da715eb0c560c882683fb1407f7a1
 SHA512 
33c313c842a43003a6e056b58869652377bef74bcaf267c50cc49f6abb7caa8a1b4e8f3b400a054f7d1776e03763ebebc984d331520bd63411ec4acfa8a03787

diff --git a/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild 
b/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
deleted file mode 100644
index a758545ba7b6..000000000000
--- a/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/";
-SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-       dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
-       )
-"
-
-distutils_enable_sphinx doc
-distutils_enable_tests pytest

Reply via email to