Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
Date: Tue, 31 Jan 2023 19:10:04
Message-Id: 1675192193.2946b1c16042c2ea27d05bd5dc1c23b03eace551.arthurzam@gentoo
1 commit: 2946b1c16042c2ea27d05bd5dc1c23b03eace551
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 19:01:22 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 19:09:53 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2946b1c1
7
8 dev-python/openpyxl: add 3.1.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/openpyxl/Manifest | 1 +
13 dev-python/openpyxl/openpyxl-3.1.0.ebuild | 36 +++++++++++++++++++++++++++++++
14 2 files changed, 37 insertions(+)
15
16 diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
17 index 47be476db6e7..db5580648468 100644
18 --- a/dev-python/openpyxl/Manifest
19 +++ b/dev-python/openpyxl/Manifest
20 @@ -1 +1,2 @@
21 DIST openpyxl-3.0.10.tar.bz2 2427596 BLAKE2B 7422e15d1852d7ce6fa7547cdde2ff6cbe02ccdc13d0a48272cc0f544ade8283833ccfd006d83cca0ac719b2354af76e220522655cadad8dda11bc39ddb6de30 SHA512 1b06ed6c17ab15c277a46cb83db030ba37424a718962070728a8723db50e3fb6a77078b26e04aaee4a924686cacb2c6413742f7aa3533c0f9ecfabca9757af56
22 +DIST openpyxl-3.1.0.tar.bz2 2732832 BLAKE2B 58b5270bf6332bbe35729881d38d7175de1b5543efe5c7a2dd8b0c0ee7f66ed1477920ca4aa740f020b6e467b365fc6f56381eb25a18535919c05a05709aabfc SHA512 92c435c8b103b2c2674c1735d1753e2d1803a70507f3e503b2e19a54a7212f3e2383b3c629f9416abffdbc8d06fb40e045c4821f844dcceed8ed9952fd01ae5f
23
24 diff --git a/dev-python/openpyxl/openpyxl-3.1.0.ebuild b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
25 new file mode 100644
26 index 000000000000..3975b519742f
27 --- /dev/null
28 +++ b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
29 @@ -0,0 +1,36 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{9..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
41 +HOMEPAGE="
42 + https://openpyxl.readthedocs.io/en/stable/
43 + https://foss.heptapod.net/openpyxl/openpyxl/
44 +"
45 +SRC_URI="
46 + https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2
47 +"
48 +
49 +LICENSE="MIT"
50 +SLOT="0"
51 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
52 +
53 +RDEPEND="
54 + dev-python/et_xmlfile[${PYTHON_USEDEP}]
55 +"
56 +BDEPEND="
57 + test? (
58 + dev-python/lxml[${PYTHON_USEDEP}]
59 + dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
60 + dev-python/py[${PYTHON_USEDEP}]
61 + )
62 +"
63 +
64 +distutils_enable_sphinx doc
65 +distutils_enable_tests pytest