From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
Date: Sat, 21 May 2022 09:24:53 +0000 (UTC) [thread overview]
Message-ID: <1653125090.6f67055873ba8a07af7092c99325c9a2b40371bc.mgorny@gentoo> (raw)
commit: 6f67055873ba8a07af7092c99325c9a2b40371bc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 09:19:02 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 21 09:24:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f670558
dev-python/openpyxl: Bump to 3.0.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.0.10.ebuild | 35 ++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index d669466fb729..2473ba1d4a18 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,2 @@
+DIST openpyxl-3.0.10.tar.bz2 2427596 BLAKE2B 7422e15d1852d7ce6fa7547cdde2ff6cbe02ccdc13d0a48272cc0f544ade8283833ccfd006d83cca0ac719b2354af76e220522655cadad8dda11bc39ddb6de30 SHA512 1b06ed6c17ab15c277a46cb83db030ba37424a718962070728a8723db50e3fb6a77078b26e04aaee4a924686cacb2c6413742f7aa3533c0f9ecfabca9757af56
DIST openpyxl-3.0.9.tar.bz2 2428070 BLAKE2B b62133ee8e732142428b4f9eaf158e6f33daf314ed1ad620d921ad10265d1db93e2fcef807a61b3277e96f245392fd19b48da715eb0c560c882683fb1407f7a1 SHA512 33c313c842a43003a6e056b58869652377bef74bcaf267c50cc49f6abb7caa8a1b4e8f3b400a054f7d1776e03763ebebc984d331520bd63411ec4acfa8a03787
diff --git a/dev-python/openpyxl/openpyxl-3.0.10.ebuild b/dev-python/openpyxl/openpyxl-3.0.10.ebuild
new file mode 100644
index 000000000000..b6a1aa4d603d
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="
+ https://openpyxl.readthedocs.io/en/stable/
+ https://foss.heptapod.net/openpyxl/openpyxl/
+"
+SRC_URI="
+ https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )
+"
+
+distutils_enable_sphinx doc
+distutils_enable_tests pytest
next reply other threads:[~2022-05-21 9:24 UTC|newest]
Thread overview: 90+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-21 9:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-13 12:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/ Michał Górny
2024-07-13 9:54 Arthur Zamarin
2024-07-06 6:35 Michał Górny
2024-07-06 6:26 Sam James
2024-06-29 3:26 Michał Górny
2024-06-20 4:45 Michał Górny
2024-06-15 8:38 Arthur Zamarin
2024-06-13 4:05 Michał Górny
2024-05-30 4:03 Michał Górny
2024-05-28 7:40 Michał Górny
2024-05-28 7:40 Michał Górny
2024-01-04 11:29 WANG Xuerui
2023-11-20 15:35 Andrew Ammerlaan
2023-10-24 21:11 Michał Górny
2023-04-11 18:39 Michał Górny
2023-04-11 18:16 Arthur Zamarin
2023-03-12 13:35 Michał Górny
2023-03-03 17:48 Michał Górny
2023-03-03 17:39 Arthur Zamarin
2023-02-14 4:57 Michał Górny
2023-02-01 11:03 Michał Górny
2023-02-01 10:53 Michał Górny
2023-01-31 19:09 Arthur Zamarin
2022-12-25 17:17 Michał Górny
2022-06-21 18:42 Arthur Zamarin
2022-06-21 18:15 Arthur Zamarin
2022-03-31 19:18 Michał Górny
2022-03-31 17:36 Jakov Smolić
2022-02-26 11:39 Michał Górny
2022-02-14 8:35 Matt Turner
2022-02-07 11:36 Sam James
2021-11-14 23:51 Sam James
2021-10-24 21:14 Sam James
2021-10-15 22:43 Sam James
2021-09-26 17:45 Arthur Zamarin
2021-09-24 5:08 Arthur Zamarin
2021-09-13 18:43 Arthur Zamarin
2021-09-06 23:42 Sam James
2021-09-06 23:37 Sam James
2021-09-06 0:13 Sam James
2021-08-16 11:46 Marek Szuba
2021-08-10 4:59 Sam James
2021-05-23 9:29 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:06 Sam James
2021-03-09 23:44 Michał Górny
2021-03-02 8:56 Michał Górny
2021-03-02 5:52 Sam James
2021-01-15 7:35 Michał Górny
2021-01-15 7:35 Michał Górny
2020-11-04 7:34 Michał Górny
2020-11-04 1:01 Sam James
2020-11-02 11:19 Michał Górny
2020-09-28 21:00 Louis Sautier
2020-09-28 21:00 Louis Sautier
2020-09-28 20:53 Louis Sautier
2020-09-28 20:53 Louis Sautier
2020-08-25 12:17 Sam James
2020-08-07 19:19 Sam James
2020-07-06 14:13 Michał Górny
2020-06-10 10:48 Michał Górny
2020-03-28 11:21 Michał Górny
2020-03-28 11:21 Michał Górny
2020-02-05 13:00 Michał Górny
2019-11-26 0:58 Thomas Deutschmann
2019-11-23 15:27 Agostino Sarubbo
2019-11-09 17:23 Michał Górny
2019-11-09 17:23 Michał Górny
2019-11-09 17:23 Michał Górny
2019-07-28 15:26 Louis Sautier
2019-07-28 15:26 Louis Sautier
2019-07-28 15:26 Louis Sautier
2018-08-11 23:21 Virgil Dupras
2018-08-11 23:16 Virgil Dupras
2018-08-10 22:43 Virgil Dupras
2018-08-10 21:43 Virgil Dupras
2018-08-10 19:40 Mikle Kolyada
2018-08-07 22:43 Thomas Deutschmann
2018-08-07 17:31 Virgil Dupras
2018-08-07 17:31 Virgil Dupras
2018-04-29 6:33 Michał Górny
2017-03-10 22:53 Zac Medico
2016-03-16 11:00 Agostino Sarubbo
2016-03-16 10:58 Agostino Sarubbo
2016-03-12 12:28 Dirkjan Ochtman
2016-03-12 12:28 Dirkjan Ochtman
2015-10-21 15:17 Justin Lecher
2015-10-12 11:40 Justin Lecher
2015-09-20 10:50 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1653125090.6f67055873ba8a07af7092c99325c9a2b40371bc.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox