Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
Date: Thu, 31 Mar 2022 19:18:16
Message-Id: 1648754209.72fc60f5a896488ed0498f3857c4b3c3e39073f2.mgorny@gentoo
1 commit: 72fc60f5a896488ed0498f3857c4b3c3e39073f2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 19:16:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 19:16:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fc60f5
7
8 dev-python/openpyxl: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/openpyxl/openpyxl-3.0.9.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
16 deleted file mode 100644
17 index 92626c108446..000000000000
18 --- a/dev-python/openpyxl/openpyxl-3.0.9.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
31 -HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
32 -# Upstream doesn't want to include tests in PyPI tarballs
33 -SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
38 -
39 -RDEPEND="
40 - dev-python/et_xmlfile[${PYTHON_USEDEP}]
41 -"
42 -BDEPEND="
43 - test? (
44 - dev-python/lxml[${PYTHON_USEDEP}]
45 - dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
46 - )"
47 -
48 -distutils_enable_sphinx doc
49 -distutils_enable_tests pytest