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: Fri, 24 Sep 2021 05:08:58
Message-Id: 1632460121.0199e5d1dfeb54543c72da28b8a8b544ac9708a5.arthurzam@gentoo
1 commit: 0199e5d1dfeb54543c72da28b8a8b544ac9708a5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 05:08:41 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 05:08:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0199e5d1
7
8 dev-python/openpyxl: add 3.0.9
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/openpyxl/Manifest | 1 +
13 dev-python/openpyxl/openpyxl-3.0.9.ebuild | 29 +++++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
17 index 2cb6f36ca3b..b6958dab39d 100644
18 --- a/dev-python/openpyxl/Manifest
19 +++ b/dev-python/openpyxl/Manifest
20 @@ -1,2 +1,3 @@
21 DIST openpyxl-3.0.7.tar.bz2 2426608 BLAKE2B 5ce0a34ea4ec8f33da2224555f3d681c4cfa2145f4cba10ed182044e6a6d69ce61c500c51a26db7ded2a3a0e778d0d8e2bd996c3852732f565501f233b145db7 SHA512 bd697c353d0a9fe66a7947dc0f51530b8419e39b36833e5322cca544fafcbd6aba36e42e53c1a1672f44b3940de9b91417bc58955c87257b7b82782c480ef738
22 DIST openpyxl-3.0.8.tar.bz2 2514689 BLAKE2B a640104c4afcafa5dad8615986a0d3acdac563c60c0ae4b6301978f2257dfbf64eb9413cfdea690600d6c267cc104e3667f51e1ebb23a2c8e74908c1aaeb62ed SHA512 921ee6e37a7242bf807cda3a86ba224edc80c64623b6cf0d3f344217485b53bcddbdd2a81a35bd8e80fe0dc9637d6c08988c191fb4a905287a8af340b97fadf3
23 +DIST openpyxl-3.0.9.tar.bz2 2428070 BLAKE2B b62133ee8e732142428b4f9eaf158e6f33daf314ed1ad620d921ad10265d1db93e2fcef807a61b3277e96f245392fd19b48da715eb0c560c882683fb1407f7a1 SHA512 33c313c842a43003a6e056b58869652377bef74bcaf267c50cc49f6abb7caa8a1b4e8f3b400a054f7d1776e03763ebebc984d331520bd63411ec4acfa8a03787
24
25 diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
26 new file mode 100644
27 index 00000000000..23c8e219fb6
28 --- /dev/null
29 +++ b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
41 +HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
42 +# Upstream doesn't want to include tests in PyPI tarballs
43 +SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86"
48 +
49 +RDEPEND="
50 + dev-python/et_xmlfile[${PYTHON_USEDEP}]
51 +"
52 +BDEPEND="
53 + test? (
54 + dev-python/lxml[${PYTHON_USEDEP}]
55 + dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
56 + )"
57 +
58 +distutils_enable_sphinx doc
59 +distutils_enable_tests pytest