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: Tue, 14 Feb 2023 04:57:43 +0000 (UTC) [thread overview]
Message-ID: <1676350656.d0698889df1c0f82edc294d34f653f6274d44721.mgorny@gentoo> (raw)
commit: d0698889df1c0f82edc294d34f653f6274d44721
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 04:40:42 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 04:57:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0698889
dev-python/openpyxl: Bump to 3.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.1.1.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index db5580648468..90ab5af5e83a 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-3.0.10.tar.bz2 2427596 BLAKE2B 7422e15d1852d7ce6fa7547cdde2ff6cbe02ccdc13d0a48272cc0f544ade8283833ccfd006d83cca0ac719b2354af76e220522655cadad8dda11bc39ddb6de30 SHA512 1b06ed6c17ab15c277a46cb83db030ba37424a718962070728a8723db50e3fb6a77078b26e04aaee4a924686cacb2c6413742f7aa3533c0f9ecfabca9757af56
DIST openpyxl-3.1.0.tar.bz2 2732832 BLAKE2B 58b5270bf6332bbe35729881d38d7175de1b5543efe5c7a2dd8b0c0ee7f66ed1477920ca4aa740f020b6e467b365fc6f56381eb25a18535919c05a05709aabfc SHA512 92c435c8b103b2c2674c1735d1753e2d1803a70507f3e503b2e19a54a7212f3e2383b3c629f9416abffdbc8d06fb40e045c4821f844dcceed8ed9952fd01ae5f
+DIST openpyxl-3.1.1.tar.bz2 2733237 BLAKE2B dfe14e965624e6d82c219eb58d87078e7a44cbd3a2e2c45aa4a63f48d30acf46675a6960cd39132df36e5d2ff71b77ebdbae33a149730ada9784155c881d1503 SHA512 b026b059e31828c2218c2b6d7765f5773b4d9161882d9e225ae4fd1dba3d7548c1a555cd16afd364a1723b3703792a3ea02fe715dc0e3d1f42beb48a6fc710d8
diff --git a/dev-python/openpyxl/openpyxl-3.1.1.ebuild b/dev-python/openpyxl/openpyxl-3.1.1.ebuild
new file mode 100644
index 000000000000..157c84878942
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..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 \
+ dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
next reply other threads:[~2023-02-14 4:57 UTC|newest]
Thread overview: 90+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-14 4:57 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-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-05-21 9:24 Michał Górny
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=1676350656.d0698889df1c0f82edc294d34f653f6274d44721.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