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: Fri, 03 Mar 2023 17:48:16
Message-Id: 1677865683.20a8b1d1d0cc3c73e1dafd000e76d7acd4a81387.mgorny@gentoo
1 commit: 20a8b1d1d0cc3c73e1dafd000e76d7acd4a81387
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 17:44:21 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 17:48:03 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a8b1d1
7
8 dev-python/openpyxl: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/openpyxl/Manifest | 2 --
13 dev-python/openpyxl/openpyxl-3.0.10.ebuild | 36 ------------------------------
14 dev-python/openpyxl/openpyxl-3.1.0.ebuild | 36 ------------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
18 index 90ab5af5e83a..9fed982498f9 100644
19 --- a/dev-python/openpyxl/Manifest
20 +++ b/dev-python/openpyxl/Manifest
21 @@ -1,3 +1 @@
22 -DIST openpyxl-3.0.10.tar.bz2 2427596 BLAKE2B 7422e15d1852d7ce6fa7547cdde2ff6cbe02ccdc13d0a48272cc0f544ade8283833ccfd006d83cca0ac719b2354af76e220522655cadad8dda11bc39ddb6de30 SHA512 1b06ed6c17ab15c277a46cb83db030ba37424a718962070728a8723db50e3fb6a77078b26e04aaee4a924686cacb2c6413742f7aa3533c0f9ecfabca9757af56
23 -DIST openpyxl-3.1.0.tar.bz2 2732832 BLAKE2B 58b5270bf6332bbe35729881d38d7175de1b5543efe5c7a2dd8b0c0ee7f66ed1477920ca4aa740f020b6e467b365fc6f56381eb25a18535919c05a05709aabfc SHA512 92c435c8b103b2c2674c1735d1753e2d1803a70507f3e503b2e19a54a7212f3e2383b3c629f9416abffdbc8d06fb40e045c4821f844dcceed8ed9952fd01ae5f
24 DIST openpyxl-3.1.1.tar.bz2 2733237 BLAKE2B dfe14e965624e6d82c219eb58d87078e7a44cbd3a2e2c45aa4a63f48d30acf46675a6960cd39132df36e5d2ff71b77ebdbae33a149730ada9784155c881d1503 SHA512 b026b059e31828c2218c2b6d7765f5773b4d9161882d9e225ae4fd1dba3d7548c1a555cd16afd364a1723b3703792a3ea02fe715dc0e3d1f42beb48a6fc710d8
25
26 diff --git a/dev-python/openpyxl/openpyxl-3.0.10.ebuild b/dev-python/openpyxl/openpyxl-3.0.10.ebuild
27 deleted file mode 100644
28 index 84aa741abf7f..000000000000
29 --- a/dev-python/openpyxl/openpyxl-3.0.10.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{9..11} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
43 -HOMEPAGE="
44 - https://openpyxl.readthedocs.io/en/stable/
45 - https://foss.heptapod.net/openpyxl/openpyxl/
46 -"
47 -SRC_URI="
48 - https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2
49 -"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
54 -
55 -RDEPEND="
56 - dev-python/et_xmlfile[${PYTHON_USEDEP}]
57 -"
58 -BDEPEND="
59 - test? (
60 - dev-python/lxml[${PYTHON_USEDEP}]
61 - dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
62 - dev-python/py[${PYTHON_USEDEP}]
63 - )
64 -"
65 -
66 -distutils_enable_sphinx doc
67 -distutils_enable_tests pytest
68
69 diff --git a/dev-python/openpyxl/openpyxl-3.1.0.ebuild b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
70 deleted file mode 100644
71 index 7e86a7a6ed1d..000000000000
72 --- a/dev-python/openpyxl/openpyxl-3.1.0.ebuild
73 +++ /dev/null
74 @@ -1,36 +0,0 @@
75 -# Copyright 1999-2023 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -DISTUTILS_USE_PEP517=setuptools
81 -PYTHON_COMPAT=( python3_{9..11} )
82 -
83 -inherit distutils-r1
84 -
85 -DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
86 -HOMEPAGE="
87 - https://openpyxl.readthedocs.io/en/stable/
88 - https://foss.heptapod.net/openpyxl/openpyxl/
89 -"
90 -SRC_URI="
91 - https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2
92 -"
93 -
94 -LICENSE="MIT"
95 -SLOT="0"
96 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
97 -
98 -RDEPEND="
99 - dev-python/et_xmlfile[${PYTHON_USEDEP}]
100 -"
101 -BDEPEND="
102 - test? (
103 - dev-python/lxml[${PYTHON_USEDEP}]
104 - dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
105 - )
106 -"
107 -
108 -distutils_enable_sphinx doc \
109 - dev-python/sphinx-rtd-theme
110 -distutils_enable_tests pytest