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