* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2015-09-20 10:50 Justin Lecher
0 siblings, 0 replies; 90+ messages in thread
From: Justin Lecher @ 2015-09-20 10:50 UTC (permalink / raw
To: gentoo-commits
commit: dbcc87abfb4ab7dd76117b82ec137614e65534b4
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 10:48:03 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 10:48:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcc87ab
dev-python/openpyxl: Drop old
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 -
dev-python/openpyxl/openpyxl-2.1.0.ebuild | 45 -------------------------------
2 files changed, 46 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 2a5ba45..cf98eba 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1,2 @@
-DIST openpyxl-2.1.0.tar.bz2 5286312 SHA256 60b64a18ccec5b4850c9b41cc8481c6dba3227926469b98d78279bc016eeabb0 SHA512 e537d1b2e1caae3932fde38295865609a4b1f9607378f5223bdfa8d219671331729453eb20092f7583ee3663200e40e8e3bd6a38119096c731d60d7efe2893dd WHIRLPOOL 0ba8228b4b942ef39136efb5d19695d5d619c3e3e77ad8ca402d2f933435e70c4b83adcdd400d36a491bfaa334644bee0668e823c420df5d199cabbf035cf948
DIST openpyxl-2.2.3.tar.gz 108576 SHA256 7d46b38960bae1e912eb8161bb4e040d2611f295126703a18865b65c49a49a7c SHA512 aac0fac10611f15b4b006b4c6ca6fd7c854d3c7bc8203fcfcb932898cf599a809f14ee21f42f263bc75cc98b907fcb7dd5953c328aa0a5adeb2c7e5556de5aba WHIRLPOOL ca98df2cc6c5985c1d12c7493403aa6cabe02192d91d1dfadb73e8823eaf94661738afc6cd1e28b4183b34f123e0fcaab4472748de8724abc79683f0119be7f9
DIST openpyxl-2.2.4.tar.gz 108810 SHA256 bd1b795ffc928f8c3f64fc0182e087a5f9afe7df94c78335a8d12eed872d182a SHA512 b33832bf194ef80cb5ce8dc4ee06f5c2f372fcd1074f7a4b0fea94c9528d17a80bfc83bb2a20e40118bd2250d63ade1a772bbc20533b9355472284a186ebe977 WHIRLPOOL 4a799125391a587a027e936a60f3853440ffe754e1078b6e95b3d7077ff89f0b308fd7e431561fdc7bb8707a17cbf39088ef88395e101dd578bcdcf568e9e6e4
diff --git a/dev-python/openpyxl/openpyxl-2.1.0.ebuild b/dev-python/openpyxl/openpyxl-2.1.0.ebuild
deleted file mode 100644
index a2dfde0..0000000
--- a/dev-python/openpyxl/openpyxl-2.1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="http://openpyxl.readthedocs.org"
-SRC_URI="https://bitbucket.org/ericgazoni/openpyxl-328/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}] )
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_prepare_all(){
- sed -e "s: 'sphinx.ext.intersphinx',::" \
- -i doc/source/conf.py || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2015-10-12 11:40 Justin Lecher
0 siblings, 0 replies; 90+ messages in thread
From: Justin Lecher @ 2015-10-12 11:40 UTC (permalink / raw
To: gentoo-commits
commit: 0436bf52598ec606bdc92c79c236ccd5a15e5017
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 11:38:57 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 11:40:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0436bf52
dev-python/openpyxl: Version Bump
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-2.2.6.ebuild | 33 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index cf98eba..e67768c 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-2.2.3.tar.gz 108576 SHA256 7d46b38960bae1e912eb8161bb4e040d2611f295126703a18865b65c49a49a7c SHA512 aac0fac10611f15b4b006b4c6ca6fd7c854d3c7bc8203fcfcb932898cf599a809f14ee21f42f263bc75cc98b907fcb7dd5953c328aa0a5adeb2c7e5556de5aba WHIRLPOOL ca98df2cc6c5985c1d12c7493403aa6cabe02192d91d1dfadb73e8823eaf94661738afc6cd1e28b4183b34f123e0fcaab4472748de8724abc79683f0119be7f9
DIST openpyxl-2.2.4.tar.gz 108810 SHA256 bd1b795ffc928f8c3f64fc0182e087a5f9afe7df94c78335a8d12eed872d182a SHA512 b33832bf194ef80cb5ce8dc4ee06f5c2f372fcd1074f7a4b0fea94c9528d17a80bfc83bb2a20e40118bd2250d63ade1a772bbc20533b9355472284a186ebe977 WHIRLPOOL 4a799125391a587a027e936a60f3853440ffe754e1078b6e95b3d7077ff89f0b308fd7e431561fdc7bb8707a17cbf39088ef88395e101dd578bcdcf568e9e6e4
+DIST openpyxl-2.2.6.tar.gz 108959 SHA256 0e580133106976da044b5861231283fb4e1b2d439787e0f668f28eb2dfd7468e SHA512 a306b5c646714c32b08d21c513720bbd355920ca457dc9a013b68422be7c6be28ea0558180e20be532b1c8f6c7e032bc981aba0640f171546a80a39acb0219b2 WHIRLPOOL 18fe3526599f247a864762c091284695725895ae206f573e27c4f95e1ed0b49207ff2f8fa4949245dd31a82ae429c51a374bbc5d0152580cf192802690b750b3
diff --git a/dev-python/openpyxl/openpyxl-2.2.6.ebuild b/dev-python/openpyxl/openpyxl-2.2.6.ebuild
new file mode 100644
index 0000000..b61d84c
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-2.2.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="http://openpyxl.readthedocs.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )"
+
+# tests aren't contained in tarball
+RESTRICT="test"
+
+python_test() {
+ py.test || die "Testing failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2015-10-21 15:17 Justin Lecher
0 siblings, 0 replies; 90+ messages in thread
From: Justin Lecher @ 2015-10-21 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 92abfd9e961077906a8b6c944e748de35ac7f249
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 15:08:04 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 15:17:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92abfd9e
dev-python/openpyxl: Version Bump
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
.../{openpyxl-9999.ebuild => openpyxl-2.3.0.ebuild} | 17 +++++++++++------
dev-python/openpyxl/openpyxl-9999.ebuild | 7 +++++--
3 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index e67768c..589149d 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1,4 @@
DIST openpyxl-2.2.3.tar.gz 108576 SHA256 7d46b38960bae1e912eb8161bb4e040d2611f295126703a18865b65c49a49a7c SHA512 aac0fac10611f15b4b006b4c6ca6fd7c854d3c7bc8203fcfcb932898cf599a809f14ee21f42f263bc75cc98b907fcb7dd5953c328aa0a5adeb2c7e5556de5aba WHIRLPOOL ca98df2cc6c5985c1d12c7493403aa6cabe02192d91d1dfadb73e8823eaf94661738afc6cd1e28b4183b34f123e0fcaab4472748de8724abc79683f0119be7f9
DIST openpyxl-2.2.4.tar.gz 108810 SHA256 bd1b795ffc928f8c3f64fc0182e087a5f9afe7df94c78335a8d12eed872d182a SHA512 b33832bf194ef80cb5ce8dc4ee06f5c2f372fcd1074f7a4b0fea94c9528d17a80bfc83bb2a20e40118bd2250d63ade1a772bbc20533b9355472284a186ebe977 WHIRLPOOL 4a799125391a587a027e936a60f3853440ffe754e1078b6e95b3d7077ff89f0b308fd7e431561fdc7bb8707a17cbf39088ef88395e101dd578bcdcf568e9e6e4
DIST openpyxl-2.2.6.tar.gz 108959 SHA256 0e580133106976da044b5861231283fb4e1b2d439787e0f668f28eb2dfd7468e SHA512 a306b5c646714c32b08d21c513720bbd355920ca457dc9a013b68422be7c6be28ea0558180e20be532b1c8f6c7e032bc981aba0640f171546a80a39acb0219b2 WHIRLPOOL 18fe3526599f247a864762c091284695725895ae206f573e27c4f95e1ed0b49207ff2f8fa4949245dd31a82ae429c51a374bbc5d0152580cf192802690b750b3
+DIST openpyxl-2.3.0.tar.gz 138746 SHA256 2f9d7350304edb0e94ccc898fb7efa8c22b83bb37fdcfeba9b674d07dae19c24 SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f WHIRLPOOL d66436e47f2c807a6ff0b9a9991d1ae52c8bb35ff2e2ec43d0fdee4c0bf2b4e27bf6077fc2b87d720fe97f7d0a46edff35db14cd212685d502d828aa48fcd85b
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
similarity index 58%
copy from dev-python/openpyxl/openpyxl-9999.ebuild
copy to dev-python/openpyxl/openpyxl-2.3.0.ebuild
index 7c2ec53..1094623 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
@@ -4,21 +4,23 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-inherit distutils-r1 mercurial
+inherit distutils-r1 vcs-snapshot
DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
HOMEPAGE="http://openpyxl.readthedocs.org"
-SRC_URI=""
-EHG_REPO_URI="https://bitbucket.org/openpyxl/openpyxl"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
-RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
DEPEND="
test? (
${RDEPEND}
@@ -26,6 +28,9 @@ DEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
)"
+# tests aren't contained in tarball
+RESTRICT="test"
+
python_test() {
py.test || die "Testing failed with ${EPYTHON}"
}
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
index 7c2ec53..11925e3 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1 mercurial
@@ -18,7 +18,10 @@ SLOT="0"
KEYWORDS=""
IUSE="test"
-RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
DEPEND="
test? (
${RDEPEND}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2016-03-12 12:28 Dirkjan Ochtman
0 siblings, 0 replies; 90+ messages in thread
From: Dirkjan Ochtman @ 2016-03-12 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 8c7dee71fee1ce886026921f491cad6a6f00bc30
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 12:14:36 2016 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 12:28:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7dee71
dev-python/openpyxl: remove old versions
Package-Manager: portage-2.2.26
dev-python/openpyxl/Manifest | 2 --
dev-python/openpyxl/openpyxl-2.2.4.ebuild | 33 -------------------------------
dev-python/openpyxl/openpyxl-2.2.6.ebuild | 33 -------------------------------
3 files changed, 68 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 589149d..28e89ef 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,4 +1,2 @@
DIST openpyxl-2.2.3.tar.gz 108576 SHA256 7d46b38960bae1e912eb8161bb4e040d2611f295126703a18865b65c49a49a7c SHA512 aac0fac10611f15b4b006b4c6ca6fd7c854d3c7bc8203fcfcb932898cf599a809f14ee21f42f263bc75cc98b907fcb7dd5953c328aa0a5adeb2c7e5556de5aba WHIRLPOOL ca98df2cc6c5985c1d12c7493403aa6cabe02192d91d1dfadb73e8823eaf94661738afc6cd1e28b4183b34f123e0fcaab4472748de8724abc79683f0119be7f9
-DIST openpyxl-2.2.4.tar.gz 108810 SHA256 bd1b795ffc928f8c3f64fc0182e087a5f9afe7df94c78335a8d12eed872d182a SHA512 b33832bf194ef80cb5ce8dc4ee06f5c2f372fcd1074f7a4b0fea94c9528d17a80bfc83bb2a20e40118bd2250d63ade1a772bbc20533b9355472284a186ebe977 WHIRLPOOL 4a799125391a587a027e936a60f3853440ffe754e1078b6e95b3d7077ff89f0b308fd7e431561fdc7bb8707a17cbf39088ef88395e101dd578bcdcf568e9e6e4
-DIST openpyxl-2.2.6.tar.gz 108959 SHA256 0e580133106976da044b5861231283fb4e1b2d439787e0f668f28eb2dfd7468e SHA512 a306b5c646714c32b08d21c513720bbd355920ca457dc9a013b68422be7c6be28ea0558180e20be532b1c8f6c7e032bc981aba0640f171546a80a39acb0219b2 WHIRLPOOL 18fe3526599f247a864762c091284695725895ae206f573e27c4f95e1ed0b49207ff2f8fa4949245dd31a82ae429c51a374bbc5d0152580cf192802690b750b3
DIST openpyxl-2.3.0.tar.gz 138746 SHA256 2f9d7350304edb0e94ccc898fb7efa8c22b83bb37fdcfeba9b674d07dae19c24 SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f WHIRLPOOL d66436e47f2c807a6ff0b9a9991d1ae52c8bb35ff2e2ec43d0fdee4c0bf2b4e27bf6077fc2b87d720fe97f7d0a46edff35db14cd212685d502d828aa48fcd85b
diff --git a/dev-python/openpyxl/openpyxl-2.2.4.ebuild b/dev-python/openpyxl/openpyxl-2.2.4.ebuild
deleted file mode 100644
index b61d84c..0000000
--- a/dev-python/openpyxl/openpyxl-2.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="http://openpyxl.readthedocs.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- )"
-
-# tests aren't contained in tarball
-RESTRICT="test"
-
-python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/openpyxl/openpyxl-2.2.6.ebuild b/dev-python/openpyxl/openpyxl-2.2.6.ebuild
deleted file mode 100644
index ae34867..0000000
--- a/dev-python/openpyxl/openpyxl-2.2.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="http://openpyxl.readthedocs.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- )"
-
-# tests aren't contained in tarball
-RESTRICT="test"
-
-python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2016-03-12 12:28 Dirkjan Ochtman
0 siblings, 0 replies; 90+ messages in thread
From: Dirkjan Ochtman @ 2016-03-12 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 7868514002cd478cd3bd78ff4fcc9db8646cebda
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 12:16:50 2016 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 12:28:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78685140
dev-python/openpyxl: version bump to 2.3.3
Package-Manager: portage-2.2.26
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-2.3.3.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 28e89ef..f449195 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-2.2.3.tar.gz 108576 SHA256 7d46b38960bae1e912eb8161bb4e040d2611f295126703a18865b65c49a49a7c SHA512 aac0fac10611f15b4b006b4c6ca6fd7c854d3c7bc8203fcfcb932898cf599a809f14ee21f42f263bc75cc98b907fcb7dd5953c328aa0a5adeb2c7e5556de5aba WHIRLPOOL ca98df2cc6c5985c1d12c7493403aa6cabe02192d91d1dfadb73e8823eaf94661738afc6cd1e28b4183b34f123e0fcaab4472748de8724abc79683f0119be7f9
DIST openpyxl-2.3.0.tar.gz 138746 SHA256 2f9d7350304edb0e94ccc898fb7efa8c22b83bb37fdcfeba9b674d07dae19c24 SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f WHIRLPOOL d66436e47f2c807a6ff0b9a9991d1ae52c8bb35ff2e2ec43d0fdee4c0bf2b4e27bf6077fc2b87d720fe97f7d0a46edff35db14cd212685d502d828aa48fcd85b
+DIST openpyxl-2.3.3.tar.gz 141530 SHA256 93d64157d8cab5c7040bc025f0a7a9ad3c05e2d3f11518329c3f1682f5f62ffe SHA512 b5fb65acb711affe40e466c91d58a8dc989ada06cc58cee046311b6e65073e49ebddac8912f1b5642eb2be36ed8ff4f9a8b07acd75cdd067807fa8898b47c065 WHIRLPOOL f5157fdac4439166eada63795b56a61bf87ff3b95b0df419c2fbbb2fe94239c614795c8ccac648bdcf81695d598439f092f4747853025dd8e4a724b076b54a58
diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
new file mode 100644
index 0000000..2d6375f
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="http://openpyxl.readthedocs.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )"
+
+# tests aren't contained in tarball
+RESTRICT="test"
+
+python_test() {
+ py.test || die "Testing failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2016-03-16 10:58 Agostino Sarubbo
0 siblings, 0 replies; 90+ messages in thread
From: Agostino Sarubbo @ 2016-03-16 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 935601680741beee9bbd5f1de5a8dc8cebc5770d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 10:57:49 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 10:57:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93560168
dev-python/openpyxl: amd64 stable wrt bug #577142
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/openpyxl/openpyxl-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
index 1094623..da44725 100644
--- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2016-03-16 11:00 Agostino Sarubbo
0 siblings, 0 replies; 90+ messages in thread
From: Agostino Sarubbo @ 2016-03-16 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 0a2ab5153a846147d8e43daf4264d189dcaee62b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 10:59:43 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 10:59:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2ab515
dev-python/openpyxl: x86 stable wrt bug #577142
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/openpyxl/openpyxl-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
index da44725..deb1a6f 100644
--- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2017-03-10 22:53 Zac Medico
0 siblings, 0 replies; 90+ messages in thread
From: Zac Medico @ 2017-03-10 22:53 UTC (permalink / raw
To: gentoo-commits
commit: 0f2081277c16aab2cc5ac7182bb414b72316b37d
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 22:52:57 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 22:52:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f208127
dev-python/openpyxl: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/openpyxl/openpyxl-2.3.0.ebuild | 4 ++--
dev-python/openpyxl/openpyxl-2.3.3.ebuild | 4 ++--
dev-python/openpyxl/openpyxl-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
index b45c79d3051..88aee200525 100644
--- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 vcs-snapshot
diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
index fa3fc8a0321..ef154a5dc82 100644
--- a/dev-python/openpyxl/openpyxl-2.3.3.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 vcs-snapshot
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
index 8594071ce28..ee7102131b9 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 mercurial
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-04-29 6:33 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2018-04-29 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 3d01513d54bb9550a494040ba38b9160ced6ceff
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 08:14:20 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 06:32:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d01513d
dev-python/openpyxl: use HTTPS
dev-python/openpyxl/openpyxl-2.3.0.ebuild | 4 ++--
dev-python/openpyxl/openpyxl-2.3.3.ebuild | 4 ++--
dev-python/openpyxl/openpyxl-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
index 88aee200525..999223550ca 100644
--- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="http://openpyxl.readthedocs.org"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
index ef154a5dc82..8de94aaf934 100644
--- a/dev-python/openpyxl/openpyxl-2.3.3.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="http://openpyxl.readthedocs.org"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
index ee7102131b9..5202a8eafd1 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 mercurial
DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="http://openpyxl.readthedocs.org"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
SRC_URI=""
EHG_REPO_URI="https://bitbucket.org/openpyxl/openpyxl"
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-08-07 17:31 Virgil Dupras
0 siblings, 0 replies; 90+ messages in thread
From: Virgil Dupras @ 2018-08-07 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 3f29859e1e34dcbe6c2b9656955aa3d98fcf30e6
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 7 17:25:30 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Tue Aug 7 17:25:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f29859e
dev-python/openpyxl: bump to 2.4.11
To avoid revdeps breaks and because this will be the target of a fast
track stabilization (security), I avoid doing a double-major-version
bump and limit the bump to the 2.4.x line. The 2.5 bump will be done
separately with a regular stabilization process.
Bug: https://bugs.gentoo.org/608714
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-2.4.11.ebuild | 33 ++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index afa61d28c3b..151774e88b3 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-2.3.0.tar.gz 138746 BLAKE2B 74a6ebcee9f7c235a4e590de18b39fe04eccf4e37caad64f727a19317b302649821b2ce42bd4ae8d2f192e6cfbe284b2b07b452f28ec4c52850ad32de3c9025b SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f
DIST openpyxl-2.3.3.tar.gz 141530 BLAKE2B 5efb845e8a208a8214380c8766db0c448a59dc5976b23ab8ca8d88481390ac6fdb250a629389eff7f2072566ff640ad15b5d5969218b49f0fe44a2da806e1682 SHA512 b5fb65acb711affe40e466c91d58a8dc989ada06cc58cee046311b6e65073e49ebddac8912f1b5642eb2be36ed8ff4f9a8b07acd75cdd067807fa8898b47c065
+DIST openpyxl-2.4.11.tar.bz2 2139621 BLAKE2B 44fe7e471b50deabdea10e677e3b30f2eee62c661203517321e32442639e884c93ff3c4b6e7a0e5c5186bc8320c53d912832d955882b8cdb29c81d8319077c7c SHA512 9d1f9a3cadefec42bd7b6301bc3a37045e59e567a9f74eed3467547e81f060cf1c0ce2fc7f517911cd7f5716a42135a8567a0e0edc42eae0cc0c7a2370b320ae
diff --git a/dev-python/openpyxl/openpyxl-2.4.11.ebuild b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
new file mode 100644
index 00000000000..e25dc627767
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ )"
+
+python_test() {
+ pytest -v || die "Testing failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-08-07 17:31 Virgil Dupras
0 siblings, 0 replies; 90+ messages in thread
From: Virgil Dupras @ 2018-08-07 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 25b7b2f509e6af69a084eff4ef05a72a64d21b18
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 7 17:30:40 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Tue Aug 7 17:30:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b7b2f5
dev-python/openpyxl: refresh live ebuild
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/openpyxl/openpyxl-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
index 5202a8eafd1..689dffb5265 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1 mercurial
@@ -26,8 +26,9 @@ DEPEND="
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
)"
python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
+ pytest || die "Testing failed with ${EPYTHON}"
}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-08-07 22:43 Thomas Deutschmann
0 siblings, 0 replies; 90+ messages in thread
From: Thomas Deutschmann @ 2018-08-07 22:43 UTC (permalink / raw
To: gentoo-commits
commit: 067f4b769e6a8b3697267ece116ad5a567735dbf
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 7 22:41:42 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Aug 7 22:41:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067f4b76
dev-python/openpyxl: x86 stable (bug #608714)
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/openpyxl/openpyxl-2.4.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-2.4.11.ebuild b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
index e25dc627767..3d62292acd1 100644
--- a/dev-python/openpyxl/openpyxl-2.4.11.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-08-10 19:40 Mikle Kolyada
0 siblings, 0 replies; 90+ messages in thread
From: Mikle Kolyada @ 2018-08-10 19:40 UTC (permalink / raw
To: gentoo-commits
commit: a8587b7623d2ebb9d009feeec79c619d571e1338
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 19:40:43 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 19:40:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8587b76
dev-python/openpyxl: amd64 stable wrt bug #608714
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/openpyxl/openpyxl-2.4.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-2.4.11.ebuild b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
index 3d62292acd1..cbdefa9c91c 100644
--- a/dev-python/openpyxl/openpyxl-2.4.11.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-08-10 21:43 Virgil Dupras
0 siblings, 0 replies; 90+ messages in thread
From: Virgil Dupras @ 2018-08-10 21:43 UTC (permalink / raw
To: gentoo-commits
commit: faa0d1e93590c9a89b98f7be63db9c9017c6b765
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 21:43:04 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 21:43:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa0d1e9
dev-python/openpyxl: remove old and vulnerable
Bug: https://bugs.gentoo.org/608714
Package-Manager: Portage-2.3.45, Repoman-2.3.10
dev-python/openpyxl/Manifest | 2 --
dev-python/openpyxl/openpyxl-2.3.0.ebuild | 35 -------------------------------
dev-python/openpyxl/openpyxl-2.3.3.ebuild | 35 -------------------------------
3 files changed, 72 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 151774e88b3..14b753e669c 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1 @@
-DIST openpyxl-2.3.0.tar.gz 138746 BLAKE2B 74a6ebcee9f7c235a4e590de18b39fe04eccf4e37caad64f727a19317b302649821b2ce42bd4ae8d2f192e6cfbe284b2b07b452f28ec4c52850ad32de3c9025b SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f
-DIST openpyxl-2.3.3.tar.gz 141530 BLAKE2B 5efb845e8a208a8214380c8766db0c448a59dc5976b23ab8ca8d88481390ac6fdb250a629389eff7f2072566ff640ad15b5d5969218b49f0fe44a2da806e1682 SHA512 b5fb65acb711affe40e466c91d58a8dc989ada06cc58cee046311b6e65073e49ebddac8912f1b5642eb2be36ed8ff4f9a8b07acd75cdd067807fa8898b47c065
DIST openpyxl-2.4.11.tar.bz2 2139621 BLAKE2B 44fe7e471b50deabdea10e677e3b30f2eee62c661203517321e32442639e884c93ff3c4b6e7a0e5c5186bc8320c53d912832d955882b8cdb29c81d8319077c7c SHA512 9d1f9a3cadefec42bd7b6301bc3a37045e59e567a9f74eed3467547e81f060cf1c0ce2fc7f517911cd7f5716a42135a8567a0e0edc42eae0cc0c7a2370b320ae
diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
deleted file mode 100644
index 999223550ca..00000000000
--- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- )"
-
-# tests aren't contained in tarball
-RESTRICT="test"
-
-python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
deleted file mode 100644
index 8de94aaf934..00000000000
--- a/dev-python/openpyxl/openpyxl-2.3.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- )"
-
-# tests aren't contained in tarball
-RESTRICT="test"
-
-python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-08-10 22:43 Virgil Dupras
0 siblings, 0 replies; 90+ messages in thread
From: Virgil Dupras @ 2018-08-10 22:43 UTC (permalink / raw
To: gentoo-commits
commit: 29971ff31ac9b960ae1aaae45c0e665484c2d0a0
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 22:40:58 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 22:43:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29971ff3
Revert "dev-python/openpyxl: remove old and vulnerable"
This reverts commit faa0d1e93590c9a89b98f7be63db9c9017c6b765.
It broke QA du to old pyhon usedep on revdeps not being available
anymore. It's the second time I get bitten by this...
dev-python/openpyxl/Manifest | 2 ++
dev-python/openpyxl/openpyxl-2.3.0.ebuild | 35 +++++++++++++++++++++++++++++++
dev-python/openpyxl/openpyxl-2.3.3.ebuild | 35 +++++++++++++++++++++++++++++++
3 files changed, 72 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 14b753e669c..151774e88b3 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,3 @@
+DIST openpyxl-2.3.0.tar.gz 138746 BLAKE2B 74a6ebcee9f7c235a4e590de18b39fe04eccf4e37caad64f727a19317b302649821b2ce42bd4ae8d2f192e6cfbe284b2b07b452f28ec4c52850ad32de3c9025b SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f
+DIST openpyxl-2.3.3.tar.gz 141530 BLAKE2B 5efb845e8a208a8214380c8766db0c448a59dc5976b23ab8ca8d88481390ac6fdb250a629389eff7f2072566ff640ad15b5d5969218b49f0fe44a2da806e1682 SHA512 b5fb65acb711affe40e466c91d58a8dc989ada06cc58cee046311b6e65073e49ebddac8912f1b5642eb2be36ed8ff4f9a8b07acd75cdd067807fa8898b47c065
DIST openpyxl-2.4.11.tar.bz2 2139621 BLAKE2B 44fe7e471b50deabdea10e677e3b30f2eee62c661203517321e32442639e884c93ff3c4b6e7a0e5c5186bc8320c53d912832d955882b8cdb29c81d8319077c7c SHA512 9d1f9a3cadefec42bd7b6301bc3a37045e59e567a9f74eed3467547e81f060cf1c0ce2fc7f517911cd7f5716a42135a8567a0e0edc42eae0cc0c7a2370b320ae
diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
new file mode 100644
index 00000000000..999223550ca
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )"
+
+# tests aren't contained in tarball
+RESTRICT="test"
+
+python_test() {
+ py.test || die "Testing failed with ${EPYTHON}"
+}
diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
new file mode 100644
index 00000000000..8de94aaf934
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )"
+
+# tests aren't contained in tarball
+RESTRICT="test"
+
+python_test() {
+ py.test || die "Testing failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-08-11 23:16 Virgil Dupras
0 siblings, 0 replies; 90+ messages in thread
From: Virgil Dupras @ 2018-08-11 23:16 UTC (permalink / raw
To: gentoo-commits
commit: a9b80fad012e382626a8e5384952cd049845da53
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 23:16:13 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 23:16:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b80fad
dev-python/openpyxl: re-enable py34 on v2.4.11
I failed to see, before phasing it out, how many revdeps had a py34
enabled. If I want to be able to clean out old and vulnerable versions
in a reasonable timeframe, I have to re-enable py34.
Bug: https://bugs.gentoo.org/608714
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/openpyxl/openpyxl-2.4.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-2.4.11.ebuild b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
index cbdefa9c91c..3d12d224db1 100644
--- a/dev-python/openpyxl/openpyxl-2.4.11.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 vcs-snapshot
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2018-08-11 23:21 Virgil Dupras
0 siblings, 0 replies; 90+ messages in thread
From: Virgil Dupras @ 2018-08-11 23:21 UTC (permalink / raw
To: gentoo-commits
commit: c77c8cb20b9c5ac66e91a40d267d6babfb1cf73a
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 23:20:13 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 23:20:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77c8cb2
dev-python/openpyxl: remove old and vulnerable
Bug: https://bugs.gentoo.org/608714
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/openpyxl/Manifest | 2 --
dev-python/openpyxl/openpyxl-2.3.0.ebuild | 35 -------------------------------
dev-python/openpyxl/openpyxl-2.3.3.ebuild | 35 -------------------------------
3 files changed, 72 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 151774e88b3..14b753e669c 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1 @@
-DIST openpyxl-2.3.0.tar.gz 138746 BLAKE2B 74a6ebcee9f7c235a4e590de18b39fe04eccf4e37caad64f727a19317b302649821b2ce42bd4ae8d2f192e6cfbe284b2b07b452f28ec4c52850ad32de3c9025b SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f
-DIST openpyxl-2.3.3.tar.gz 141530 BLAKE2B 5efb845e8a208a8214380c8766db0c448a59dc5976b23ab8ca8d88481390ac6fdb250a629389eff7f2072566ff640ad15b5d5969218b49f0fe44a2da806e1682 SHA512 b5fb65acb711affe40e466c91d58a8dc989ada06cc58cee046311b6e65073e49ebddac8912f1b5642eb2be36ed8ff4f9a8b07acd75cdd067807fa8898b47c065
DIST openpyxl-2.4.11.tar.bz2 2139621 BLAKE2B 44fe7e471b50deabdea10e677e3b30f2eee62c661203517321e32442639e884c93ff3c4b6e7a0e5c5186bc8320c53d912832d955882b8cdb29c81d8319077c7c SHA512 9d1f9a3cadefec42bd7b6301bc3a37045e59e567a9f74eed3467547e81f060cf1c0ce2fc7f517911cd7f5716a42135a8567a0e0edc42eae0cc0c7a2370b320ae
diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
deleted file mode 100644
index 999223550ca..00000000000
--- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- )"
-
-# tests aren't contained in tarball
-RESTRICT="test"
-
-python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
deleted file mode 100644
index 8de94aaf934..00000000000
--- a/dev-python/openpyxl/openpyxl-2.3.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- )"
-
-# tests aren't contained in tarball
-RESTRICT="test"
-
-python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2019-07-28 15:26 Louis Sautier
0 siblings, 0 replies; 90+ messages in thread
From: Louis Sautier @ 2019-07-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: ac918df900706cbb150793f78ec7b341f766b0b9
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Thu Jul 25 08:40:58 2019 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 15:25:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac918df9
dev-python/openpyxl: update metadata.xml
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12179
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/openpyxl/metadata.xml | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index c9453db3b53..937a24d030a 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>
- Openpyxl is a pure Python module to read/write Excel 2007 (OpenXML)
- xlsx/xlsm files.
-</longdescription>
- <upstream>
- <remote-id type="pypi">openpyxl</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription lang="en">Openpyxl is a pure Python module to read/write
+ Excel 2007 (OpenXML) xlsx/xlsm files.</longdescription>
+ <upstream>
+ <remote-id type="pypi">openpyxl</remote-id>
+ <remote-id type="bitbucket">openpyxl/openpyxl</remote-id>
+ <bugs-to>https://bitbucket.org/openpyxl/openpyxl/issues</bugs-to>
+ <changelog>https://openpyxl.readthedocs.io/en/stable/changes.html</changelog>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2019-07-28 15:26 Louis Sautier
0 siblings, 0 replies; 90+ messages in thread
From: Louis Sautier @ 2019-07-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 846165e59b9111ba0d549c4c052b162564afc87f
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon Jun 3 12:28:00 2019 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 15:25:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846165e5
dev-python/openpyxl: bump v2.6.2, add Python 3.7 support
Closes: https://bugs.gentoo.org/647948
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-2.6.2.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 56e4d568de6..42c3b2bd621 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-2.4.11.tar.bz2 2139621 BLAKE2B 44fe7e471b50deabdea10e677e3b30f2eee62c661203517321e32442639e884c93ff3c4b6e7a0e5c5186bc8320c53d912832d955882b8cdb29c81d8319077c7c SHA512 9d1f9a3cadefec42bd7b6301bc3a37045e59e567a9f74eed3467547e81f060cf1c0ce2fc7f517911cd7f5716a42135a8567a0e0edc42eae0cc0c7a2370b320ae
DIST openpyxl-2.6.1.tar.bz2 2403827 BLAKE2B 26abdea047b4d283f3d0e3ed499c1d7247d07b7a97426fd681d92798c7c49cc13fd53296e214d2c48e8461a80740a5ae600468bcf41c9cfd5b6f0b244ef3df93 SHA512 cf869b20ae8aeb068139eaddc8c915ba15405d531bc1a6e2b7c8068bad0ca628622c852cc1d4e11dfd8fab0078a9931fc33e5e47bda954b7cc994f60d79753fc
+DIST openpyxl-2.6.2.tar.bz2 2404387 BLAKE2B ce63ed51bc2f475fc12f510307e3cd417321588aa1a9adb5f8b780249898747babf211137d21442eceaff01bcfb4f7b8f3092b3dc64f751aa2b26d404d11fb74 SHA512 e037abd13e050e25146b016c578bb50c008b7c74a19702d9bae14b594ad5f30d352f8443fd5021a169991a96f5d19b84a3acceb9b05a713e8526ad478fffd31f
diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
new file mode 100644
index 00000000000..5605f80fac2
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+# https://bitbucket.org/openpyxl/openpyxl/issues/1308/include-tests-in-pypi-tarballs
+SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ pytest -vv || die "Testing failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2019-07-28 15:26 Louis Sautier
0 siblings, 0 replies; 90+ messages in thread
From: Louis Sautier @ 2019-07-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 71c4dce38a6329d4365dce2b4da44c5a78fe0d63
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Thu Jul 25 11:53:14 2019 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 15:25:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c4dce3
dev-python/openpyxl: remove old
remove old v2.4.11
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 -
dev-python/openpyxl/openpyxl-2.4.11.ebuild | 33 ------------------------------
2 files changed, 34 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 42c3b2bd621..79b89ef9935 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1,2 @@
-DIST openpyxl-2.4.11.tar.bz2 2139621 BLAKE2B 44fe7e471b50deabdea10e677e3b30f2eee62c661203517321e32442639e884c93ff3c4b6e7a0e5c5186bc8320c53d912832d955882b8cdb29c81d8319077c7c SHA512 9d1f9a3cadefec42bd7b6301bc3a37045e59e567a9f74eed3467547e81f060cf1c0ce2fc7f517911cd7f5716a42135a8567a0e0edc42eae0cc0c7a2370b320ae
DIST openpyxl-2.6.1.tar.bz2 2403827 BLAKE2B 26abdea047b4d283f3d0e3ed499c1d7247d07b7a97426fd681d92798c7c49cc13fd53296e214d2c48e8461a80740a5ae600468bcf41c9cfd5b6f0b244ef3df93 SHA512 cf869b20ae8aeb068139eaddc8c915ba15405d531bc1a6e2b7c8068bad0ca628622c852cc1d4e11dfd8fab0078a9931fc33e5e47bda954b7cc994f60d79753fc
DIST openpyxl-2.6.2.tar.bz2 2404387 BLAKE2B ce63ed51bc2f475fc12f510307e3cd417321588aa1a9adb5f8b780249898747babf211137d21442eceaff01bcfb4f7b8f3092b3dc64f751aa2b26d404d11fb74 SHA512 e037abd13e050e25146b016c578bb50c008b7c74a19702d9bae14b594ad5f30d352f8443fd5021a169991a96f5d19b84a3acceb9b05a713e8526ad478fffd31f
diff --git a/dev-python/openpyxl/openpyxl-2.4.11.ebuild b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
deleted file mode 100644
index ddfec496af3..00000000000
--- a/dev-python/openpyxl/openpyxl-2.4.11.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- pytest -v || die "Testing failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2019-11-09 17:23 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2019-11-09 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 579c3ac083156713e0bf40f38fab1028459b2ae1
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Oct 18 18:25:21 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 17:23:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579c3ac0
dev-python/openpyxl: bump v3.0.0 (Python3 only)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.0.0.ebuild | 37 +++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index fa549c6beb9..eaf2055433f 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1,4 @@
DIST openpyxl-2.6.1.tar.bz2 2403827 BLAKE2B 26abdea047b4d283f3d0e3ed499c1d7247d07b7a97426fd681d92798c7c49cc13fd53296e214d2c48e8461a80740a5ae600468bcf41c9cfd5b6f0b244ef3df93 SHA512 cf869b20ae8aeb068139eaddc8c915ba15405d531bc1a6e2b7c8068bad0ca628622c852cc1d4e11dfd8fab0078a9931fc33e5e47bda954b7cc994f60d79753fc
DIST openpyxl-2.6.2.tar.bz2 2404387 BLAKE2B ce63ed51bc2f475fc12f510307e3cd417321588aa1a9adb5f8b780249898747babf211137d21442eceaff01bcfb4f7b8f3092b3dc64f751aa2b26d404d11fb74 SHA512 e037abd13e050e25146b016c578bb50c008b7c74a19702d9bae14b594ad5f30d352f8443fd5021a169991a96f5d19b84a3acceb9b05a713e8526ad478fffd31f
DIST openpyxl-2.6.4.tar.bz2 2406293 BLAKE2B 5395820c2b7a1c6f754f80d33f629b438cbf6421b91d8f3c0a3cd4b4105b84f1b4b90ec1a5557193924718e462af1720c166fc37295ebd0c3b0c270f4cd7af7a SHA512 0880c61b2f2fe6162a1aaa6815607ca20cadac3e58a92f737bc4c7a5a867a0d731ea3ad144d552fb2854b703b7426f1c8c3b3d8ea6c64ab2485f9733f0fabc61
+DIST openpyxl-3.0.0.tar.bz2 2405154 BLAKE2B d14e529c73cebd3eab6a4d93dc38c1807d38a5396032b4df77bc7af5d98b5b68369f1b44cce83d77592e7aca673ca497d49a1fafc1f0bcca3c0aff19486ea8db SHA512 fc0c31b1ae486f6fc8802dbd6ea2efee65e788b452240985202617109113dfccb5b26bfa94c2ac42a0ac218ff75bc310773f96122da1522537c063e8d55309f4
diff --git a/dev-python/openpyxl/openpyxl-3.0.0.ebuild b/dev-python/openpyxl/openpyxl-3.0.0.ebuild
new file mode 100644
index 00000000000..b29ebbc9571
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+# https://bitbucket.org/openpyxl/openpyxl/issues/1308/include-tests-in-pypi-tarballs
+SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ pytest -vv || die "Testing failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2019-11-09 17:23 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2019-11-09 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 8b2879bfccb149012db5e1c14cf24d0f8d66b061
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sat Nov 9 11:43:37 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 17:23:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2879bf
dev-python/openpyxl: fix RESTRICT CI
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13414
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-2.6.1.ebuild | 1 +
dev-python/openpyxl/openpyxl-2.6.2.ebuild | 1 +
dev-python/openpyxl/openpyxl-9999.ebuild | 3 ++-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-2.6.1.ebuild b/dev-python/openpyxl/openpyxl-2.6.1.ebuild
index 7d8a538f281..8255efe44d8 100644
--- a/dev-python/openpyxl/openpyxl-2.6.1.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.1.ebuild
@@ -17,6 +17,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
index 5605f80fac2..23c5dc191c0 100644
--- a/dev-python/openpyxl/openpyxl-2.6.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
@@ -17,6 +17,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
index 01c0171d12e..7c1e47d57b1 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2019-11-09 17:23 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2019-11-09 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 84c7d250e3b3eed3093e4a7c082d36f99e44281c
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Oct 18 18:23:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 17:23:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c7d250
dev-python/openpyxl: bump v2.6.4
last version supporting python2
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-2.6.4.ebuild | 37 +++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 79b89ef9935..fa549c6beb9 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-2.6.1.tar.bz2 2403827 BLAKE2B 26abdea047b4d283f3d0e3ed499c1d7247d07b7a97426fd681d92798c7c49cc13fd53296e214d2c48e8461a80740a5ae600468bcf41c9cfd5b6f0b244ef3df93 SHA512 cf869b20ae8aeb068139eaddc8c915ba15405d531bc1a6e2b7c8068bad0ca628622c852cc1d4e11dfd8fab0078a9931fc33e5e47bda954b7cc994f60d79753fc
DIST openpyxl-2.6.2.tar.bz2 2404387 BLAKE2B ce63ed51bc2f475fc12f510307e3cd417321588aa1a9adb5f8b780249898747babf211137d21442eceaff01bcfb4f7b8f3092b3dc64f751aa2b26d404d11fb74 SHA512 e037abd13e050e25146b016c578bb50c008b7c74a19702d9bae14b594ad5f30d352f8443fd5021a169991a96f5d19b84a3acceb9b05a713e8526ad478fffd31f
+DIST openpyxl-2.6.4.tar.bz2 2406293 BLAKE2B 5395820c2b7a1c6f754f80d33f629b438cbf6421b91d8f3c0a3cd4b4105b84f1b4b90ec1a5557193924718e462af1720c166fc37295ebd0c3b0c270f4cd7af7a SHA512 0880c61b2f2fe6162a1aaa6815607ca20cadac3e58a92f737bc4c7a5a867a0d731ea3ad144d552fb2854b703b7426f1c8c3b3d8ea6c64ab2485f9733f0fabc61
diff --git a/dev-python/openpyxl/openpyxl-2.6.4.ebuild b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
new file mode 100644
index 00000000000..a737ad85354
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+# https://bitbucket.org/openpyxl/openpyxl/issues/1308/include-tests-in-pypi-tarballs
+SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ pytest -vv || die "Testing failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2019-11-23 15:27 Agostino Sarubbo
0 siblings, 0 replies; 90+ messages in thread
From: Agostino Sarubbo @ 2019-11-23 15:27 UTC (permalink / raw
To: gentoo-commits
commit: ee8a1e5614e7525f6a4576d08d514a0d8660c000
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 15:27:03 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 15:27:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8a1e56
dev-python/openpyxl: amd64 stable wrt bug #700544
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/openpyxl/openpyxl-2.6.4.ebuild | 2 +-
dev-python/openpyxl/openpyxl-3.0.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-2.6.4.ebuild b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
index a737ad85354..1c06f704961 100644
--- a/dev-python/openpyxl/openpyxl-2.6.4.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-python/openpyxl/openpyxl-3.0.0.ebuild b/dev-python/openpyxl/openpyxl-3.0.0.ebuild
index b29ebbc9571..530fa9ae88d 100644
--- a/dev-python/openpyxl/openpyxl-3.0.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2019-11-26 0:58 Thomas Deutschmann
0 siblings, 0 replies; 90+ messages in thread
From: Thomas Deutschmann @ 2019-11-26 0:58 UTC (permalink / raw
To: gentoo-commits
commit: 5c08262b0dc43832c2c3f395795691c630719f11
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 00:48:58 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 00:48:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c08262b
dev-python/openpyxl: x86 stable (bug #700544)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-python/openpyxl/openpyxl-2.6.4.ebuild | 2 +-
dev-python/openpyxl/openpyxl-3.0.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-2.6.4.ebuild b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
index 1c06f704961..be327107096 100644
--- a/dev-python/openpyxl/openpyxl-2.6.4.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-python/openpyxl/openpyxl-3.0.0.ebuild b/dev-python/openpyxl/openpyxl-3.0.0.ebuild
index 530fa9ae88d..737e3b936e6 100644
--- a/dev-python/openpyxl/openpyxl-3.0.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-02-05 13:00 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2020-02-05 13:00 UTC (permalink / raw
To: gentoo-commits
commit: ddd30cbfa0dbea1d4c5c5fb3e3a7b8d8395ac1ff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 12:49:50 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 12:59:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd30cbf
dev-python/openpyxl: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-2.6.1.ebuild | 2 +-
dev-python/openpyxl/openpyxl-2.6.2.ebuild | 2 +-
dev-python/openpyxl/openpyxl-2.6.4.ebuild | 2 +-
dev-python/openpyxl/openpyxl-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-2.6.1.ebuild b/dev-python/openpyxl/openpyxl-2.6.1.ebuild
index 1c60e0ce0a6..79b1b9600bd 100644
--- a/dev-python/openpyxl/openpyxl-2.6.1.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
index bfac1ddd153..b4e7a9f9c3a 100644
--- a/dev-python/openpyxl/openpyxl-2.6.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 vcs-snapshot
diff --git a/dev-python/openpyxl/openpyxl-2.6.4.ebuild b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
index 433dd9136f9..284935b4f7e 100644
--- a/dev-python/openpyxl/openpyxl-2.6.4.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 vcs-snapshot
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
index 35313a2cb36..957f018d282 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 mercurial
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-03-28 11:21 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2020-03-28 11:21 UTC (permalink / raw
To: gentoo-commits
commit: d1f24d2133b45dbc46aca3f013c31e8fd2603346
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 11:16:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 11:16:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f24d21
dev-python/openpyxl: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 3 ---
dev-python/openpyxl/openpyxl-2.6.1.ebuild | 38 -------------------------------
dev-python/openpyxl/openpyxl-2.6.2.ebuild | 37 ------------------------------
dev-python/openpyxl/openpyxl-2.6.4.ebuild | 37 ------------------------------
4 files changed, 115 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index eaf2055433f..a562823bbc0 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,4 +1 @@
-DIST openpyxl-2.6.1.tar.bz2 2403827 BLAKE2B 26abdea047b4d283f3d0e3ed499c1d7247d07b7a97426fd681d92798c7c49cc13fd53296e214d2c48e8461a80740a5ae600468bcf41c9cfd5b6f0b244ef3df93 SHA512 cf869b20ae8aeb068139eaddc8c915ba15405d531bc1a6e2b7c8068bad0ca628622c852cc1d4e11dfd8fab0078a9931fc33e5e47bda954b7cc994f60d79753fc
-DIST openpyxl-2.6.2.tar.bz2 2404387 BLAKE2B ce63ed51bc2f475fc12f510307e3cd417321588aa1a9adb5f8b780249898747babf211137d21442eceaff01bcfb4f7b8f3092b3dc64f751aa2b26d404d11fb74 SHA512 e037abd13e050e25146b016c578bb50c008b7c74a19702d9bae14b594ad5f30d352f8443fd5021a169991a96f5d19b84a3acceb9b05a713e8526ad478fffd31f
-DIST openpyxl-2.6.4.tar.bz2 2406293 BLAKE2B 5395820c2b7a1c6f754f80d33f629b438cbf6421b91d8f3c0a3cd4b4105b84f1b4b90ec1a5557193924718e462af1720c166fc37295ebd0c3b0c270f4cd7af7a SHA512 0880c61b2f2fe6162a1aaa6815607ca20cadac3e58a92f737bc4c7a5a867a0d731ea3ad144d552fb2854b703b7426f1c8c3b3d8ea6c64ab2485f9733f0fabc61
DIST openpyxl-3.0.0.tar.bz2 2405154 BLAKE2B d14e529c73cebd3eab6a4d93dc38c1807d38a5396032b4df77bc7af5d98b5b68369f1b44cce83d77592e7aca673ca497d49a1fafc1f0bcca3c0aff19486ea8db SHA512 fc0c31b1ae486f6fc8802dbd6ea2efee65e788b452240985202617109113dfccb5b26bfa94c2ac42a0ac218ff75bc310773f96122da1522537c063e8d55309f4
diff --git a/dev-python/openpyxl/openpyxl-2.6.1.ebuild b/dev-python/openpyxl/openpyxl-2.6.1.ebuild
deleted file mode 100644
index 79b1b9600bd..00000000000
--- a/dev-python/openpyxl/openpyxl-2.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-MY_COMMIT="134e08ea4301"
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- )"
-
-S="${WORKDIR}/${PN}-${PN}-${MY_COMMIT}"
-
-python_test() {
- pytest -v || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
deleted file mode 100644
index b4e7a9f9c3a..00000000000
--- a/dev-python/openpyxl/openpyxl-2.6.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-# Upstream doesn't want to include tests in PyPI tarballs
-# https://bitbucket.org/openpyxl/openpyxl/issues/1308/include-tests-in-pypi-tarballs
-SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
- )"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- pytest -vv || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/openpyxl/openpyxl-2.6.4.ebuild b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
deleted file mode 100644
index 284935b4f7e..00000000000
--- a/dev-python/openpyxl/openpyxl-2.6.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-# Upstream doesn't want to include tests in PyPI tarballs
-# https://bitbucket.org/openpyxl/openpyxl/issues/1308/include-tests-in-pypi-tarballs
-SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
- )"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- pytest -vv || die "Testing failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-03-28 11:21 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2020-03-28 11:21 UTC (permalink / raw
To: gentoo-commits
commit: bd08fd956e443fd5cd4f8fabbe59dbb4c1c14144
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 11:20:41 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 11:20:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd08fd95
dev-python/openpyxl: Remove redundant longdesc
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index 937a24d030a..ee52e74e72d 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -5,8 +5,6 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
- <longdescription lang="en">Openpyxl is a pure Python module to read/write
- Excel 2007 (OpenXML) xlsx/xlsm files.</longdescription>
<upstream>
<remote-id type="pypi">openpyxl</remote-id>
<remote-id type="bitbucket">openpyxl/openpyxl</remote-id>
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-06-10 10:48 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2020-06-10 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 42e153391592da77f88cc735368489f073a29ea7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 10:46:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 10:48:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e15339
dev-python/openpyxl: Bump to 3.0.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.0.3.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index a562823bbc0..7aa5bdb3d45 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,2 @@
DIST openpyxl-3.0.0.tar.bz2 2405154 BLAKE2B d14e529c73cebd3eab6a4d93dc38c1807d38a5396032b4df77bc7af5d98b5b68369f1b44cce83d77592e7aca673ca497d49a1fafc1f0bcca3c0aff19486ea8db SHA512 fc0c31b1ae486f6fc8802dbd6ea2efee65e788b452240985202617109113dfccb5b26bfa94c2ac42a0ac218ff75bc310773f96122da1522537c063e8d55309f4
+DIST openpyxl-3.0.3.tar.bz2 2407120 BLAKE2B 8a746409d3424014150bad797923f076ac8ba0ab24ffe0ee75c1d65f02accbeecfdc0ae5d2c6025d0fa937cf0f1c75c8837a84ba0f9d63b3778c14c2899df4ba SHA512 7a17a21a4f3be391e7ab72ef6c5f6342094404f68a9e9ca69f874f1ac2441d81699b91224cd1ccd4fe3e7e5c99ca59088ee532bbd2e6edcab40c27a8f1898095
diff --git a/dev-python/openpyxl/openpyxl-3.0.3.ebuild b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
new file mode 100644
index 00000000000..fbd7e799e45
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+# https://bitbucket.org/openpyxl/openpyxl/issues/1308/include-tests-in-pypi-tarballs
+SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-07-06 14:13 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2020-07-06 14:13 UTC (permalink / raw
To: gentoo-commits
commit: 1fe23cbd50a9c5d006833f520ad0d7abedadbcd6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 6 13:17:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 6 14:13:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe23cbd
dev-python/openpyxl: Stabilize 3.0.3 amd64, #730968
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.3.ebuild b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
index fbd7e799e45..ec5931c0ad4 100644
--- a/dev-python/openpyxl/openpyxl-3.0.3.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-08-07 19:19 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2020-08-07 19:19 UTC (permalink / raw
To: gentoo-commits
commit: bbc0d5ca7f65c5301b28e7a31c4aa3885caddc8e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 19:10:59 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 19:18:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc0d5ca
dev-python/openpyxl: Stabilize 3.0.3 x86, #730968
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.3.ebuild b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
index ec5931c0ad4..19752acacd7 100644
--- a/dev-python/openpyxl/openpyxl-3.0.3.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-08-25 12:17 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2020-08-25 12:17 UTC (permalink / raw
To: gentoo-commits
commit: b3c4a42f90520c2ae3a27cf42b9752b83d69fb4a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 12:16:18 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 12:16:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c4a42f
dev-python/openpyxl: Keyword 3.0.3 arm64, #738400
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.3.ebuild b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
index 19752acacd7..2b37df035a2 100644
--- a/dev-python/openpyxl/openpyxl-3.0.3.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-09-28 20:53 Louis Sautier
0 siblings, 0 replies; 90+ messages in thread
From: Louis Sautier @ 2020-09-28 20:53 UTC (permalink / raw
To: gentoo-commits
commit: f47f1329bc1f3ad6d03fceb68a317345cd9bc196
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Sep 21 21:47:51 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 20:51:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47f1329
dev-python/openpyxl: update to 3.0.5
Update SRC_URI and metadata.xml
Closes: https://bugs.gentoo.org/737916
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.0.5.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 48f860470cb..65be635e361 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,2 @@
DIST openpyxl-3.0.3.tar.bz2 2407120 BLAKE2B 8a746409d3424014150bad797923f076ac8ba0ab24ffe0ee75c1d65f02accbeecfdc0ae5d2c6025d0fa937cf0f1c75c8837a84ba0f9d63b3778c14c2899df4ba SHA512 7a17a21a4f3be391e7ab72ef6c5f6342094404f68a9e9ca69f874f1ac2441d81699b91224cd1ccd4fe3e7e5c99ca59088ee532bbd2e6edcab40c27a8f1898095
+DIST openpyxl-3.0.5.tar.bz2 2421647 BLAKE2B 60fc12188a608891a63513177e8e3399b3905ee9b4c4ff1631901ce0d99c3e05bc9413813d3c4f7bb9034e1d839f91e9dea5e610795c701a40d99f1011b08c45 SHA512 5f60f746b7b4bd32a018972f7c18adc0552a6d6904fcf1258db3fab28f21aa7b17e386b355ede41365889146e9aaa09911748a26343788477fd72ad5d1264974
diff --git a/dev-python/openpyxl/openpyxl-3.0.5.ebuild b/dev-python/openpyxl/openpyxl-3.0.5.ebuild
new file mode 100644
index 00000000000..a80f4ff7aff
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-09-28 20:53 Louis Sautier
0 siblings, 0 replies; 90+ messages in thread
From: Louis Sautier @ 2020-09-28 20:53 UTC (permalink / raw
To: gentoo-commits
commit: 7d0dff433bed48ea8ba441690e04916040db34e8
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Sep 21 21:40:08 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 20:51:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0dff43
dev-python/openpyxl: remove live version
Remove live version as no one is interesting in maintaining it.
Bug: https://bugs.gentoo.org/737916
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17633
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/openpyxl/metadata.xml | 3 +--
dev-python/openpyxl/openpyxl-9999.ebuild | 35 --------------------------------
2 files changed, 1 insertion(+), 37 deletions(-)
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index ee52e74e72d..03e42659d9f 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -7,8 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">openpyxl</remote-id>
- <remote-id type="bitbucket">openpyxl/openpyxl</remote-id>
- <bugs-to>https://bitbucket.org/openpyxl/openpyxl/issues</bugs-to>
+ <bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/issues</bugs-to>
<changelog>https://openpyxl.readthedocs.io/en/stable/changes.html</changelog>
</upstream>
</pkgmetadata>
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
deleted file mode 100644
index 957f018d282..00000000000
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 mercurial
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-SRC_URI=""
-EHG_REPO_URI="https://bitbucket.org/openpyxl/openpyxl"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- pytest || die "Testing failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-09-28 21:00 Louis Sautier
0 siblings, 0 replies; 90+ messages in thread
From: Louis Sautier @ 2020-09-28 21:00 UTC (permalink / raw
To: gentoo-commits
commit: 34d04b77a20b6459b4281e0f27f850aa3b108695
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 20:59:47 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 20:59:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d04b77
dev-python/openpyxl: add doc to metadata
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/openpyxl/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index 03e42659d9f..93dffff6779 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -9,5 +9,6 @@
<remote-id type="pypi">openpyxl</remote-id>
<bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/issues</bugs-to>
<changelog>https://openpyxl.readthedocs.io/en/stable/changes.html</changelog>
+ <doc>https://openpyxl.readthedocs.io</doc>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-09-28 21:00 Louis Sautier
0 siblings, 0 replies; 90+ messages in thread
From: Louis Sautier @ 2020-09-28 21:00 UTC (permalink / raw
To: gentoo-commits
commit: 8b3ff96cff4c11c63cc12bf80e1a063ff657dc73
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 21:00:30 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 21:00:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3ff96c
dev-python/openpyxl: add doc
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.5.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/openpyxl/openpyxl-3.0.5.ebuild b/dev-python/openpyxl/openpyxl-3.0.5.ebuild
index a80f4ff7aff..76ad7c8bc49 100644
--- a/dev-python/openpyxl/openpyxl-3.0.5.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.5.ebuild
@@ -26,4 +26,5 @@ BDEPEND="
dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
)"
+distutils_enable_sphinx doc
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-11-02 11:19 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2020-11-02 11:19 UTC (permalink / raw
To: gentoo-commits
commit: 0ba42569421d3d52768e1be3cc07e7f4cdda3304
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 2 11:16:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 2 11:19:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba42569
dev-python/openpyxl: Mark ALLARCHES
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index 93dffff6779..740d5bd6fe7 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -5,6 +5,7 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">openpyxl</remote-id>
<bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/issues</bugs-to>
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-11-04 1:01 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2020-11-04 1:01 UTC (permalink / raw
To: gentoo-commits
commit: 8eedc87e4b0b834b602120127504900513acec79
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 01:00:42 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 01:00:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eedc87e
dev-python/openpyxl: Stabilize 3.0.5 ALLARCHES, #752288
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.5.ebuild b/dev-python/openpyxl/openpyxl-3.0.5.ebuild
index 76ad7c8bc49..3c358800c56 100644
--- a/dev-python/openpyxl/openpyxl-3.0.5.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2020-11-04 7:34 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2020-11-04 7:34 UTC (permalink / raw
To: gentoo-commits
commit: 35707a83d11690aef0c2f283949b5df8ee39eacc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 07:24:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 07:34:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35707a83
dev-python/openpyxl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 -
dev-python/openpyxl/openpyxl-3.0.3.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 65be635e361..28137ca6798 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1 @@
-DIST openpyxl-3.0.3.tar.bz2 2407120 BLAKE2B 8a746409d3424014150bad797923f076ac8ba0ab24ffe0ee75c1d65f02accbeecfdc0ae5d2c6025d0fa937cf0f1c75c8837a84ba0f9d63b3778c14c2899df4ba SHA512 7a17a21a4f3be391e7ab72ef6c5f6342094404f68a9e9ca69f874f1ac2441d81699b91224cd1ccd4fe3e7e5c99ca59088ee532bbd2e6edcab40c27a8f1898095
DIST openpyxl-3.0.5.tar.bz2 2421647 BLAKE2B 60fc12188a608891a63513177e8e3399b3905ee9b4c4ff1631901ce0d99c3e05bc9413813d3c4f7bb9034e1d839f91e9dea5e610795c701a40d99f1011b08c45 SHA512 5f60f746b7b4bd32a018972f7c18adc0552a6d6904fcf1258db3fab28f21aa7b17e386b355ede41365889146e9aaa09911748a26343788477fd72ad5d1264974
diff --git a/dev-python/openpyxl/openpyxl-3.0.3.ebuild b/dev-python/openpyxl/openpyxl-3.0.3.ebuild
deleted file mode 100644
index 2b37df035a2..00000000000
--- a/dev-python/openpyxl/openpyxl-3.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-# Upstream doesn't want to include tests in PyPI tarballs
-# https://bitbucket.org/openpyxl/openpyxl/issues/1308/include-tests-in-pypi-tarballs
-SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
- )"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-01-15 7:35 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2021-01-15 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 08aebbaf42299f46000aff87c61f0661b9cce6fc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 07:27:39 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 07:35:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08aebbaf
dev-python/openpyxl: Update metadata.xml URIs
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index 740d5bd6fe7..4536ece60d5 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -8,8 +8,8 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">openpyxl</remote-id>
- <bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/issues</bugs-to>
+ <bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/-/issues</bugs-to>
<changelog>https://openpyxl.readthedocs.io/en/stable/changes.html</changelog>
- <doc>https://openpyxl.readthedocs.io</doc>
+ <doc>https://openpyxl.readthedocs.io/</doc>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-01-15 7:35 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2021-01-15 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 697f35eb854cd8b75f41d2797b92f69699f64432
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 07:14:03 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 07:35:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697f35eb
dev-python/openpyxl: Bump to 3.0.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.0.6.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 28137ca6798..19cdb5d81b0 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,2 @@
DIST openpyxl-3.0.5.tar.bz2 2421647 BLAKE2B 60fc12188a608891a63513177e8e3399b3905ee9b4c4ff1631901ce0d99c3e05bc9413813d3c4f7bb9034e1d839f91e9dea5e610795c701a40d99f1011b08c45 SHA512 5f60f746b7b4bd32a018972f7c18adc0552a6d6904fcf1258db3fab28f21aa7b17e386b355ede41365889146e9aaa09911748a26343788477fd72ad5d1264974
+DIST openpyxl-3.0.6.tar.bz2 2423464 BLAKE2B 205db09634730a1da6c24bc8c407b2f3deeac712b4c2cbe69796c538c6911ccb3e7e003617ab9563df12a74d6ca9fb2b1b83d8d75f3b91c168d2053a14c15d66 SHA512 6996800c54746dc41b902cbea378181cdab5db916fd6863c673df25f84f71de67019e34d0034231d7c588bf56be3f8e16b3a52c198dcbe74465d0b088090c24a
diff --git a/dev-python/openpyxl/openpyxl-3.0.6.ebuild b/dev-python/openpyxl/openpyxl-3.0.6.ebuild
new file mode 100644
index 00000000000..5c4d4f8c1c2
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/jdcal[${PYTHON_USEDEP}]
+ 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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-03-02 5:52 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-03-02 5:52 UTC (permalink / raw
To: gentoo-commits
commit: fb5725b7e54c52183b14e4fd7cf2f59d00e134f5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 2 05:52:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 2 05:52:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5725b7
dev-python/openpyxl: Stabilize 3.0.6 ALLARCHES, #773781
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.6.ebuild b/dev-python/openpyxl/openpyxl-3.0.6.ebuild
index 9fd6af1a030..d24e9796e58 100644
--- a/dev-python/openpyxl/openpyxl-3.0.6.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-03-02 8:56 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2021-03-02 8:56 UTC (permalink / raw
To: gentoo-commits
commit: dbb96dc0116cdca4fbf1bf67873dd4695d0e34e2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 2 08:53:55 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 2 08:56:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb96dc0
dev-python/openpyxl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 -
dev-python/openpyxl/openpyxl-3.0.5.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 19cdb5d81b0..60f580cb512 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1 @@
-DIST openpyxl-3.0.5.tar.bz2 2421647 BLAKE2B 60fc12188a608891a63513177e8e3399b3905ee9b4c4ff1631901ce0d99c3e05bc9413813d3c4f7bb9034e1d839f91e9dea5e610795c701a40d99f1011b08c45 SHA512 5f60f746b7b4bd32a018972f7c18adc0552a6d6904fcf1258db3fab28f21aa7b17e386b355ede41365889146e9aaa09911748a26343788477fd72ad5d1264974
DIST openpyxl-3.0.6.tar.bz2 2423464 BLAKE2B 205db09634730a1da6c24bc8c407b2f3deeac712b4c2cbe69796c538c6911ccb3e7e003617ab9563df12a74d6ca9fb2b1b83d8d75f3b91c168d2053a14c15d66 SHA512 6996800c54746dc41b902cbea378181cdab5db916fd6863c673df25f84f71de67019e34d0034231d7c588bf56be3f8e16b3a52c198dcbe74465d0b088090c24a
diff --git a/dev-python/openpyxl/openpyxl-3.0.5.ebuild b/dev-python/openpyxl/openpyxl-3.0.5.ebuild
deleted file mode 100644
index d52952c870e..00000000000
--- a/dev-python/openpyxl/openpyxl-3.0.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-# Upstream doesn't want to include tests in PyPI tarballs
-SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- 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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-03-09 23:44 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2021-03-09 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 9ed31aada277b04315128f668469a23fcad1d84d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 9 22:04:20 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 9 23:44:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed31aad
dev-python/openpyxl: Bump to 3.0.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.0.7.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 60f580cb512..f0e0fedf961 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,2 @@
DIST openpyxl-3.0.6.tar.bz2 2423464 BLAKE2B 205db09634730a1da6c24bc8c407b2f3deeac712b4c2cbe69796c538c6911ccb3e7e003617ab9563df12a74d6ca9fb2b1b83d8d75f3b91c168d2053a14c15d66 SHA512 6996800c54746dc41b902cbea378181cdab5db916fd6863c673df25f84f71de67019e34d0034231d7c588bf56be3f8e16b3a52c198dcbe74465d0b088090c24a
+DIST openpyxl-3.0.7.tar.bz2 2426608 BLAKE2B 5ce0a34ea4ec8f33da2224555f3d681c4cfa2145f4cba10ed182044e6a6d69ce61c500c51a26db7ded2a3a0e778d0d8e2bd996c3852732f565501f233b145db7 SHA512 bd697c353d0a9fe66a7947dc0f51530b8419e39b36833e5322cca544fafcbd6aba36e42e53c1a1672f44b3940de9b91417bc58955c87257b7b82782c480ef738
diff --git a/dev-python/openpyxl/openpyxl-3.0.7.ebuild b/dev-python/openpyxl/openpyxl-3.0.7.ebuild
new file mode 100644
index 00000000000..8ecd3bf3eba
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-04-11 11:06 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-04-11 11:06 UTC (permalink / raw
To: gentoo-commits
commit: dd1767568cff18a78df04d665021ccb8e5565cd3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 11:05:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 11:05:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd176756
dev-python/openpyxl: Stabilize 3.0.7 ALLARCHES, #781788
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.7.ebuild b/dev-python/openpyxl/openpyxl-3.0.7.ebuild
index 8ecd3bf3eba..526fc8d0d05 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-04-11 11:23 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2021-04-11 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 84ab05907f451eac7075e95fa31eedbe33b1f248
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 11:21:28 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 11:23:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ab0590
dev-python/openpyxl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 -
dev-python/openpyxl/openpyxl-3.0.6.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index f0e0fedf961..d0fd254c309 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1 @@
-DIST openpyxl-3.0.6.tar.bz2 2423464 BLAKE2B 205db09634730a1da6c24bc8c407b2f3deeac712b4c2cbe69796c538c6911ccb3e7e003617ab9563df12a74d6ca9fb2b1b83d8d75f3b91c168d2053a14c15d66 SHA512 6996800c54746dc41b902cbea378181cdab5db916fd6863c673df25f84f71de67019e34d0034231d7c588bf56be3f8e16b3a52c198dcbe74465d0b088090c24a
DIST openpyxl-3.0.7.tar.bz2 2426608 BLAKE2B 5ce0a34ea4ec8f33da2224555f3d681c4cfa2145f4cba10ed182044e6a6d69ce61c500c51a26db7ded2a3a0e778d0d8e2bd996c3852732f565501f233b145db7 SHA512 bd697c353d0a9fe66a7947dc0f51530b8419e39b36833e5322cca544fafcbd6aba36e42e53c1a1672f44b3940de9b91417bc58955c87257b7b82782c480ef738
diff --git a/dev-python/openpyxl/openpyxl-3.0.6.ebuild b/dev-python/openpyxl/openpyxl-3.0.6.ebuild
deleted file mode 100644
index d24e9796e58..00000000000
--- a/dev-python/openpyxl/openpyxl-3.0.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-# Upstream doesn't want to include tests in PyPI tarballs
-SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- 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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-05-23 9:29 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2021-05-23 9:29 UTC (permalink / raw
To: gentoo-commits
commit: d8e2e9b3601d1175447e104801ec700d667f1a85
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sun May 23 06:08:32 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 09:29:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e2e9b3
dev-python/openpyxl: bump to python 3.10
passes tests
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20943
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.7.ebuild b/dev-python/openpyxl/openpyxl-3.0.7.ebuild
index 526fc8d0d05..d78f064d072 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-08-10 4:59 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-08-10 4:59 UTC (permalink / raw
To: gentoo-commits
commit: b7b18e7bf403b64451fa2c8fe1c508f0443a6bdb
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Aug 9 17:16:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 04:59:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b18e7b
dev-python/openpyxl: keyworded 3.0.7-r1 for hppa, bug #804136
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
index b5ef708e1be..28bd8f24517 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-08-16 11:46 Marek Szuba
0 siblings, 0 replies; 90+ messages in thread
From: Marek Szuba @ 2021-08-16 11:46 UTC (permalink / raw
To: gentoo-commits
commit: 63a053cff251b609035c8cd610787505e22dcbb3
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 08:41:35 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 11:45:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a053cf
dev-python/openpyxl: keyword 3.0.7-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
index 28bd8f24517..0296193be66 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-09-06 0:13 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-09-06 0:13 UTC (permalink / raw
To: gentoo-commits
commit: 1975d086a094f9fcdb1e186be16f2f58d7173552
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 6 00:12:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 6 00:12:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1975d086
dev-python/openpyxl: Keyword 3.0.7-r1 ppc, #804136
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
index 0296193be66..e1110ee572a 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~riscv x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-09-06 23:37 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-09-06 23:37 UTC (permalink / raw
To: gentoo-commits
commit: ee710f535e7285b7011336e7353ec64d9bfeefe8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 6 23:37:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 6 23:37:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee710f53
dev-python/openpyxl: Keyword 3.0.7-r1 ppc64, #804136
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
index e1110ee572a..0ea1b1013d1 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-09-06 23:42 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-09-06 23:42 UTC (permalink / raw
To: gentoo-commits
commit: 3a1a75ef9b56d4486045714985fd2e4ddc24abda
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 6 23:42:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 6 23:42:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1a75ef
dev-python/openpyxl: Keyword 3.0.7-r1 s390, #804136
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
index 0ea1b1013d1..471a0e28b83 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-09-13 18:43 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2021-09-13 18:43 UTC (permalink / raw
To: gentoo-commits
commit: dd6cd3656803e69026ac71052126b804d1ba3903
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 18:42:14 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 18:42:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6cd365
dev-python/openpyxl: add 3.0.8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.0.8.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index d0fd254c309..2cb6f36ca3b 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,2 @@
DIST openpyxl-3.0.7.tar.bz2 2426608 BLAKE2B 5ce0a34ea4ec8f33da2224555f3d681c4cfa2145f4cba10ed182044e6a6d69ce61c500c51a26db7ded2a3a0e778d0d8e2bd996c3852732f565501f233b145db7 SHA512 bd697c353d0a9fe66a7947dc0f51530b8419e39b36833e5322cca544fafcbd6aba36e42e53c1a1672f44b3940de9b91417bc58955c87257b7b82782c480ef738
+DIST openpyxl-3.0.8.tar.bz2 2514689 BLAKE2B a640104c4afcafa5dad8615986a0d3acdac563c60c0ae4b6301978f2257dfbf64eb9413cfdea690600d6c267cc104e3667f51e1ebb23a2c8e74908c1aaeb62ed SHA512 921ee6e37a7242bf807cda3a86ba224edc80c64623b6cf0d3f344217485b53bcddbdd2a81a35bd8e80fe0dc9637d6c08988c191fb4a905287a8af340b97fadf3
diff --git a/dev-python/openpyxl/openpyxl-3.0.8.ebuild b/dev-python/openpyxl/openpyxl-3.0.8.ebuild
new file mode 100644
index 00000000000..23c8e219fb6
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-09-24 5:08 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2021-09-24 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 0199e5d1dfeb54543c72da28b8a8b544ac9708a5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 24 05:08:41 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 05:08:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0199e5d1
dev-python/openpyxl: add 3.0.9
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.0.9.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 2cb6f36ca3b..b6958dab39d 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-3.0.7.tar.bz2 2426608 BLAKE2B 5ce0a34ea4ec8f33da2224555f3d681c4cfa2145f4cba10ed182044e6a6d69ce61c500c51a26db7ded2a3a0e778d0d8e2bd996c3852732f565501f233b145db7 SHA512 bd697c353d0a9fe66a7947dc0f51530b8419e39b36833e5322cca544fafcbd6aba36e42e53c1a1672f44b3940de9b91417bc58955c87257b7b82782c480ef738
DIST openpyxl-3.0.8.tar.bz2 2514689 BLAKE2B a640104c4afcafa5dad8615986a0d3acdac563c60c0ae4b6301978f2257dfbf64eb9413cfdea690600d6c267cc104e3667f51e1ebb23a2c8e74908c1aaeb62ed SHA512 921ee6e37a7242bf807cda3a86ba224edc80c64623b6cf0d3f344217485b53bcddbdd2a81a35bd8e80fe0dc9637d6c08988c191fb4a905287a8af340b97fadf3
+DIST openpyxl-3.0.9.tar.bz2 2428070 BLAKE2B b62133ee8e732142428b4f9eaf158e6f33daf314ed1ad620d921ad10265d1db93e2fcef807a61b3277e96f245392fd19b48da715eb0c560c882683fb1407f7a1 SHA512 33c313c842a43003a6e056b58869652377bef74bcaf267c50cc49f6abb7caa8a1b4e8f3b400a054f7d1776e03763ebebc984d331520bd63411ec4acfa8a03787
diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
new file mode 100644
index 00000000000..23c8e219fb6
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-09-26 17:45 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2021-09-26 17:45 UTC (permalink / raw
To: gentoo-commits
commit: e08e2e6cebcb1bba6aecccd1c9894b208d6afafd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 17:30:03 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 17:30:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08e2e6c
dev-python/openpyxl: add heptapod upstream metadata
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index a33001197a2..88cf8f77111 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -8,6 +8,7 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">openpyxl</remote-id>
+ <remote-id type="heptapod">openpyxl/openpyxl</remote-id>
<bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/-/issues</bugs-to>
<changelog>https://openpyxl.readthedocs.io/en/stable/changes.html</changelog>
<doc>https://openpyxl.readthedocs.io/</doc>
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-10-15 22:43 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-10-15 22:43 UTC (permalink / raw
To: gentoo-commits
commit: 326daeaadffe55aaba2e71d626aea19b5736ba55
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 22:42:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 22:42:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326daeaa
dev-python/openpyxl: Stabilize 3.0.9 ALLARCHES, #818349
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
index 23c8e219fb6..0986d1be0c7 100644
--- a/dev-python/openpyxl/openpyxl-3.0.9.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-10-24 21:14 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-10-24 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 84aec7aeb194030152a743a68a6ed760d7a75c9a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 21:13:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 21:13:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84aec7ae
dev-python/openpyxl: Stabilize 3.0.9 arm64, #813567
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
index 0986d1be0c7..cf55168c0e9 100644
--- a/dev-python/openpyxl/openpyxl-3.0.9.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2021-11-14 23:51 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2021-11-14 23:51 UTC (permalink / raw
To: gentoo-commits
commit: 5af4c76f9d3387706658a2e59769648b7718dcc3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 23:50:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 23:50:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af4c76f
dev-python/openpyxl: Stabilize 3.0.9 ppc64, #813567
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
index 9074d168b61a..4beb799a5e1e 100644
--- a/dev-python/openpyxl/openpyxl-3.0.9.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-02-07 11:36 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2022-02-07 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 89433a471ff02e3632ecab3e7057947d93dbb1ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 7 11:35:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 7 11:35:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89433a47
dev-python/openpyxl: Keyword 3.0.9 sparc, #831852
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
index 4beb799a5e1e..29a356da52c0 100644
--- a/dev-python/openpyxl/openpyxl-3.0.9.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-02-14 8:35 Matt Turner
0 siblings, 0 replies; 90+ messages in thread
From: Matt Turner @ 2022-02-14 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 52c6440ffb60e4bfde8b8b98e5baa6c9563610a6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 08:29:54 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 08:35:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c6440f
dev-python/openpyxl: Keyword 3.0.9 alpha, #804136
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
index 29a356da52c0..92626c108446 100644
--- a/dev-python/openpyxl/openpyxl-3.0.9.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-02-26 11:39 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2022-02-26 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 076c5ab6adc83d4c0937278b794d3816cedecc2e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 11:23:45 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 11:39:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076c5ab6
dev-python/openpyxl: Migrate to PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild | 30 ++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild b/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
new file mode 100644
index 000000000000..83a8c222caa7
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
@@ -0,0 +1,30 @@
+# 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..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-03-31 17:36 Jakov Smolić
0 siblings, 0 replies; 90+ messages in thread
From: Jakov Smolić @ 2022-03-31 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 03c3eb3560080bf2f133148e8566608a5464a04f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 17:35:29 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 17:35:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c3eb35
dev-python/openpyxl: Stabilize 3.0.9-r1 ALLARCHES, #836496
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild b/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
index 83a8c222caa7..a758545ba7b6 100644
--- a/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-03-31 19:18 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2022-03-31 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 72fc60f5a896488ed0498f3857c4b3c3e39073f2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 19:16:49 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 19:16:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fc60f5
dev-python/openpyxl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.9.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.9.ebuild b/dev-python/openpyxl/openpyxl-3.0.9.ebuild
deleted file mode 100644
index 92626c108446..000000000000
--- a/dev-python/openpyxl/openpyxl-3.0.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-# Upstream doesn't want to include tests in PyPI tarballs
-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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-05-21 9:24 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2022-05-21 9:24 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-06-21 18:15 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2022-06-21 18:15 UTC (permalink / raw
To: gentoo-commits
commit: f21f29756a2254fe861ebe8ec3dc8b07bf34a812
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 18:15:29 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 18:15:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21f2975
dev-python/openpyxl: Stabilize 3.0.10 ALLARCHES, #853472
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.0.10.ebuild b/dev-python/openpyxl/openpyxl-3.0.10.ebuild
index b6a1aa4d603d..4b9fd449a041 100644
--- a/dev-python/openpyxl/openpyxl-3.0.10.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.10.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-06-21 18:42 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2022-06-21 18:42 UTC (permalink / raw
To: gentoo-commits
commit: b99048909e8cdcad363fdbc2152e34d8c477c178
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 18:41:31 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 18:41:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9904890
dev-python/openpyxl: drop 3.0.9-r1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 -
dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild | 30 ----------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 2473ba1d4a18..47be476db6e7 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1 @@
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.9-r1.ebuild b/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
deleted file mode 100644
index a758545ba7b6..000000000000
--- a/dev-python/openpyxl/openpyxl-3.0.9-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2022-12-25 17:17 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2022-12-25 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 25f0c595f250f151f9d00aa64142770871c7c0e2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 17:15:13 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 17:17:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f0c595
dev-python/openpyxl: Add test dep on dev-python/py
Closes: https://bugs.gentoo.org/888171
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.0.10.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/openpyxl/openpyxl-3.0.10.ebuild b/dev-python/openpyxl/openpyxl-3.0.10.ebuild
index 4b9fd449a041..43282ecc4b7c 100644
--- a/dev-python/openpyxl/openpyxl-3.0.10.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.10.ebuild
@@ -28,6 +28,7 @@ BDEPEND="
test? (
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ dev-python/py[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-01-31 19:09 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2023-01-31 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 2946b1c16042c2ea27d05bd5dc1c23b03eace551
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 19:01:22 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 19:09:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2946b1c1
dev-python/openpyxl: add 3.1.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.1.0.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 47be476db6e7..db5580648468 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.1.0.tar.bz2 2732832 BLAKE2B 58b5270bf6332bbe35729881d38d7175de1b5543efe5c7a2dd8b0c0ee7f66ed1477920ca4aa740f020b6e467b365fc6f56381eb25a18535919c05a05709aabfc SHA512 92c435c8b103b2c2674c1735d1753e2d1803a70507f3e503b2e19a54a7212f3e2383b3c629f9416abffdbc8d06fb40e045c4821f844dcceed8ed9952fd01ae5f
diff --git a/dev-python/openpyxl/openpyxl-3.1.0.ebuild b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
new file mode 100644
index 000000000000..3975b519742f
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.1.0.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]
+ dev-python/py[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_sphinx doc
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-02-01 10:53 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2023-02-01 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 7182aa36e279eb4189ed7fc50d14634434839778
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 10:48:30 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 10:53:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7182aa36
dev-python/openpyxl: Remove obsolete test-dep on dev-python/py
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.0.ebuild b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
index 3975b519742f..506b51dd963f 100644
--- a/dev-python/openpyxl/openpyxl-3.1.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
@@ -28,7 +28,6 @@ BDEPEND="
test? (
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
- dev-python/py[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-02-01 11:03 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2023-02-01 11:03 UTC (permalink / raw
To: gentoo-commits
commit: b487727f90c3764b2b3e46271e5dc60b12e8e961
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 10:56:37 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 10:56:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b487727f
dev-python/openpyxl: Add doc-dep on sphinx_rtd_theme
Closes: https://bugs.gentoo.org/892788
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.0.ebuild b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
index 506b51dd963f..157c84878942 100644
--- a/dev-python/openpyxl/openpyxl-3.1.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
@@ -31,5 +31,6 @@ BDEPEND="
)
"
-distutils_enable_sphinx doc
+distutils_enable_sphinx doc \
+ dev-python/sphinx_rtd_theme
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-02-14 4:57 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2023-02-14 4:57 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-03-03 17:39 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2023-03-03 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 3caeeab5076367c4318037c4a3a2b13e640dbf9a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 17:39:04 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 17:39:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3caeeab5
dev-python/openpyxl: Stabilize 3.1.1 ALLARCHES, #899130
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.1.ebuild b/dev-python/openpyxl/openpyxl-3.1.1.ebuild
index 7e86a7a6ed1d..bb2b03163085 100644
--- a/dev-python/openpyxl/openpyxl-3.1.1.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-03-03 17:48 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2023-03-03 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 20a8b1d1d0cc3c73e1dafd000e76d7acd4a81387
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 17:44:21 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 17:48:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a8b1d1
dev-python/openpyxl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 2 --
dev-python/openpyxl/openpyxl-3.0.10.ebuild | 36 ------------------------------
dev-python/openpyxl/openpyxl-3.1.0.ebuild | 36 ------------------------------
3 files changed, 74 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 90ab5af5e83a..9fed982498f9 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1 @@
-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.0.10.ebuild b/dev-python/openpyxl/openpyxl-3.0.10.ebuild
deleted file mode 100644
index 84aa741abf7f..000000000000
--- a/dev-python/openpyxl/openpyxl-3.0.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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]
- dev-python/py[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx doc
-distutils_enable_tests pytest
diff --git a/dev-python/openpyxl/openpyxl-3.1.0.ebuild b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
deleted file mode 100644
index 7e86a7a6ed1d..000000000000
--- a/dev-python/openpyxl/openpyxl-3.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-03-12 13:35 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2023-03-12 13:35 UTC (permalink / raw
To: gentoo-commits
commit: 8533372b86941fa8b173d8b4e7a6736395816e14
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 13:28:07 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 13:35:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8533372b
dev-python/openpyxl: Bump to 3.1.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.1.2.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 9fed982498f9..dfc120991ce7 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,2 @@
DIST openpyxl-3.1.1.tar.bz2 2733237 BLAKE2B dfe14e965624e6d82c219eb58d87078e7a44cbd3a2e2c45aa4a63f48d30acf46675a6960cd39132df36e5d2ff71b77ebdbae33a149730ada9784155c881d1503 SHA512 b026b059e31828c2218c2b6d7765f5773b4d9161882d9e225ae4fd1dba3d7548c1a555cd16afd364a1723b3703792a3ea02fe715dc0e3d1f42beb48a6fc710d8
+DIST openpyxl-3.1.2.tar.bz2 2733302 BLAKE2B 7030c698c2dfa3c3f27f23485e33cc9f4ffc0c473e590785ebfa03a958f7c1deab98503890b7350f32cbb4607b3fbf543b35299c0f8abfbfcc779e96ddda9ee1 SHA512 307d82dcf839c60be606c01f862701f69017573894c7fd26e35ec3edead2ea2a126aecca61b0c7f6727ff834dd6bed844095b9a56f2b510689ab071926a7a742
diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
new file mode 100644
index 000000000000..7e86a7a6ed1d
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.1.2.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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-04-11 18:16 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2023-04-11 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 95a9e973c86d44c8f4a70e84b38df0bf174b9162
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 18:15:53 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 18:15:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a9e973
dev-python/openpyxl: Stabilize 3.1.2 ALLARCHES, #904179
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
index 7e86a7a6ed1d..bb2b03163085 100644
--- a/dev-python/openpyxl/openpyxl-3.1.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-04-11 18:39 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2023-04-11 18:39 UTC (permalink / raw
To: gentoo-commits
commit: ef45dc45990c443ac057b57322030a8adcd9acc2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 18:36:42 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 18:39:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef45dc45
dev-python/openpyxl: Remove old
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 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index dfc120991ce7..1d3454889175 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1 @@
-DIST openpyxl-3.1.1.tar.bz2 2733237 BLAKE2B dfe14e965624e6d82c219eb58d87078e7a44cbd3a2e2c45aa4a63f48d30acf46675a6960cd39132df36e5d2ff71b77ebdbae33a149730ada9784155c881d1503 SHA512 b026b059e31828c2218c2b6d7765f5773b4d9161882d9e225ae4fd1dba3d7548c1a555cd16afd364a1723b3703792a3ea02fe715dc0e3d1f42beb48a6fc710d8
DIST openpyxl-3.1.2.tar.bz2 2733302 BLAKE2B 7030c698c2dfa3c3f27f23485e33cc9f4ffc0c473e590785ebfa03a958f7c1deab98503890b7350f32cbb4607b3fbf543b35299c0f8abfbfcc779e96ddda9ee1 SHA512 307d82dcf839c60be606c01f862701f69017573894c7fd26e35ec3edead2ea2a126aecca61b0c7f6727ff834dd6bed844095b9a56f2b510689ab071926a7a742
diff --git a/dev-python/openpyxl/openpyxl-3.1.1.ebuild b/dev-python/openpyxl/openpyxl-3.1.1.ebuild
deleted file mode 100644
index bb2b03163085..000000000000
--- a/dev-python/openpyxl/openpyxl-3.1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-10-24 21:11 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2023-10-24 21:11 UTC (permalink / raw
To: gentoo-commits
commit: d718f7d7283d087492bb70f0c2d1c735e90e8e9d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 20:03:31 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 21:11:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d718f7d7
dev-python/openpyxl: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.2.ebuild | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
index 87683a115e1b..a0eef91dc8da 100644
--- a/dev-python/openpyxl/openpyxl-3.1.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@@ -34,3 +34,21 @@ BDEPEND="
distutils_enable_sphinx doc \
dev-python/sphinx-rtd-theme
distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=()
+
+ case ${EPYTHON} in
+ python3.12)
+ EPYTEST_DESELECT+=(
+ # deprecation warnings
+ openpyxl/reader/tests/test_workbook.py::TestWorkbookParser::test_broken_sheet_ref
+ openpyxl/reader/tests/test_workbook.py::TestWorkbookParser::test_defined_names_print_area
+ openpyxl/reader/tests/test_workbook.py::TestWorkbookParser::test_name_invalid_index
+ openpyxl/styles/tests/test_stylesheet.py::test_no_styles
+ )
+ ;;
+ esac
+
+ epytest
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2023-11-20 15:35 Andrew Ammerlaan
0 siblings, 0 replies; 90+ messages in thread
From: Andrew Ammerlaan @ 2023-11-20 15:35 UTC (permalink / raw
To: gentoo-commits
commit: cacc8ed80b218495e66efb40f3c08eba843a6ead
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 15:33:25 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 15:35:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacc8ed8
dev-python/openpyxl: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
index a0eef91dc8da..f4543fcd05bc 100644
--- a/dev-python/openpyxl/openpyxl-3.1.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-01-04 11:29 WANG Xuerui
0 siblings, 0 replies; 90+ messages in thread
From: WANG Xuerui @ 2024-01-04 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 16487fecd2e1e98bdad9f0ccb2453361b205e519
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 11:08:22 2024 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 11:29:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16487fec
dev-python/openpyxl: keyword 3.1.2 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
index f4543fcd05bc..bc945c3d872d 100644
--- a/dev-python/openpyxl/openpyxl-3.1.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
RDEPEND="
dev-python/et_xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-05-28 7:40 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2024-05-28 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 39ce2b2211c116fc294fdeccef2a9bb461b59579
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 06:47:05 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 07:40:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ce2b22
dev-python/openpyxl: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
index 16860594aaee..cd4964525a33 100644
--- a/dev-python/openpyxl/openpyxl-3.1.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-05-28 7:40 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2024-05-28 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 342f6230278ac885ea78db16f62138f226db0a91
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 06:46:54 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 07:40:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342f6230
dev-python/openpyxl: Deselect test failing with numpy-2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.2.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
index c13c49087681..16860594aaee 100644
--- a/dev-python/openpyxl/openpyxl-3.1.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.2.ebuild
@@ -43,6 +43,13 @@ PATCHES=(
python_test() {
local EPYTEST_DESELECT=()
+ if has_version ">=dev-python/numpy-2[${PYTHON_USEDEP}]"; then
+ EPYTEST_DESELECT+=(
+ # https://foss.heptapod.net/openpyxl/openpyxl/-/issues/2187
+ openpyxl/compat/tests/test_compat.py::test_numpy_tostring
+ )
+ fi
+
case ${EPYTHON} in
python3.12)
EPYTEST_DESELECT+=(
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-05-30 4:03 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2024-05-30 4:03 UTC (permalink / raw
To: gentoo-commits
commit: 30b1a53124c43dab688839d94a50b4bdac66d9b8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 03:37:20 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 30 04:02:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b1a531
dev-python/openpyxl: Bump to 3.1.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.1.3.ebuild | 52 +++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 1d3454889175..e9954806baa0 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1 +1,2 @@
DIST openpyxl-3.1.2.tar.bz2 2733302 BLAKE2B 7030c698c2dfa3c3f27f23485e33cc9f4ffc0c473e590785ebfa03a958f7c1deab98503890b7350f32cbb4607b3fbf543b35299c0f8abfbfcc779e96ddda9ee1 SHA512 307d82dcf839c60be606c01f862701f69017573894c7fd26e35ec3edead2ea2a126aecca61b0c7f6727ff834dd6bed844095b9a56f2b510689ab071926a7a742
+DIST openpyxl-3.1.3.tar.bz2 2739587 BLAKE2B 64161f8ea0629f4bd2ef65187c2d1c0cfa23e155df7b5a4a81c386c48d339956e3d854da040157170852df19ab53d65fd0be9a4f1d4f5b5f6eed20e0fe1e89f9 SHA512 dee9dac201319ed6b3c14cb0cd396148a7caedebb2a95534a1b9fcb75afc445bfd73e67fdbd750334872e4bd3bf1a71d20c48930ff6b195f4f1c6312a5e762f8
diff --git a/dev-python/openpyxl/openpyxl-3.1.3.ebuild b/dev-python/openpyxl/openpyxl-3.1.3.ebuild
new file mode 100644
index 000000000000..e1d43c5174d6
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.1.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+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 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ dev-python/et-xmlfile[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/lxml-5.0.3[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )
+"
+
+distutils_enable_sphinx doc \
+ dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # GC assumptions (pypy)
+ openpyxl/tests/test_iter.py::test_file_descriptor_leak
+ )
+
+ if has_version ">=dev-python/numpy-2[${PYTHON_USEDEP}]"; then
+ EPYTEST_DESELECT+=(
+ # https://foss.heptapod.net/openpyxl/openpyxl/-/issues/2187
+ openpyxl/compat/tests/test_compat.py::test_numpy_tostring
+ )
+ fi
+
+ epytest
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-06-13 4:05 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2024-06-13 4:05 UTC (permalink / raw
To: gentoo-commits
commit: ffbfaef950dc815ebefd70b7d28026f5c27bd21f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 03:57:49 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 03:57:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbfaef9
dev-python/openpyxl: Bump to 3.1.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.1.4.ebuild | 52 +++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index e9954806baa0..5787eaec1862 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-3.1.2.tar.bz2 2733302 BLAKE2B 7030c698c2dfa3c3f27f23485e33cc9f4ffc0c473e590785ebfa03a958f7c1deab98503890b7350f32cbb4607b3fbf543b35299c0f8abfbfcc779e96ddda9ee1 SHA512 307d82dcf839c60be606c01f862701f69017573894c7fd26e35ec3edead2ea2a126aecca61b0c7f6727ff834dd6bed844095b9a56f2b510689ab071926a7a742
DIST openpyxl-3.1.3.tar.bz2 2739587 BLAKE2B 64161f8ea0629f4bd2ef65187c2d1c0cfa23e155df7b5a4a81c386c48d339956e3d854da040157170852df19ab53d65fd0be9a4f1d4f5b5f6eed20e0fe1e89f9 SHA512 dee9dac201319ed6b3c14cb0cd396148a7caedebb2a95534a1b9fcb75afc445bfd73e67fdbd750334872e4bd3bf1a71d20c48930ff6b195f4f1c6312a5e762f8
+DIST openpyxl-3.1.4.tar.bz2 2738775 BLAKE2B 88236c4a5d49d02f746c0a5393cf0e996ee2864c38e9f9b9774355b5263447dfb73eaa027ae8d710fd81585a99ba5a20f1cbecc6615f153387b94516faea4820 SHA512 f2b4d7566428d3e5ff36be37cfce12c247f90e1ab10cfd4e04e285106b48c4d9b30791a9b1f1c6f388ea063e69d9843801b9f7568d4694cfcd20d4e8d0d723b8
diff --git a/dev-python/openpyxl/openpyxl-3.1.4.ebuild b/dev-python/openpyxl/openpyxl-3.1.4.ebuild
new file mode 100644
index 000000000000..e1d43c5174d6
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.1.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+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 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ dev-python/et-xmlfile[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/lxml-5.0.3[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )
+"
+
+distutils_enable_sphinx doc \
+ dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # GC assumptions (pypy)
+ openpyxl/tests/test_iter.py::test_file_descriptor_leak
+ )
+
+ if has_version ">=dev-python/numpy-2[${PYTHON_USEDEP}]"; then
+ EPYTEST_DESELECT+=(
+ # https://foss.heptapod.net/openpyxl/openpyxl/-/issues/2187
+ openpyxl/compat/tests/test_compat.py::test_numpy_tostring
+ )
+ fi
+
+ epytest
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-06-15 8:38 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2024-06-15 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 986771c99bc8d1e5217439a1f1d2173f7d8c956e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 08:38:13 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 08:38:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986771c9
dev-python/openpyxl: Stabilize 3.1.3 ALLARCHES, #934340
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.3.ebuild b/dev-python/openpyxl/openpyxl-3.1.3.ebuild
index e1d43c5174d6..d89a683a1e32 100644
--- a/dev-python/openpyxl/openpyxl-3.1.3.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
RDEPEND="
dev-python/et-xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-06-20 4:45 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2024-06-20 4:45 UTC (permalink / raw
To: gentoo-commits
commit: 69f24988ef14e24c9e2e286a03699a739d7f92d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 03:25:06 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 04:45:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f24988
dev-python/openpyxl: Fix numpy-2 compatibility (replace deselect)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.4.ebuild | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.4.ebuild b/dev-python/openpyxl/openpyxl-3.1.4.ebuild
index e1d43c5174d6..fc85d81542c8 100644
--- a/dev-python/openpyxl/openpyxl-3.1.4.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.4.ebuild
@@ -35,18 +35,19 @@ distutils_enable_sphinx doc \
dev-python/sphinx-rtd-theme
distutils_enable_tests pytest
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # https://foss.heptapod.net/openpyxl/openpyxl/-/issues/2187
+ sed -i -e 's:float_:float64:' openpyxl/compat/tests/test_compat.py || die
+}
+
python_test() {
local EPYTEST_DESELECT=(
# GC assumptions (pypy)
openpyxl/tests/test_iter.py::test_file_descriptor_leak
)
- if has_version ">=dev-python/numpy-2[${PYTHON_USEDEP}]"; then
- EPYTEST_DESELECT+=(
- # https://foss.heptapod.net/openpyxl/openpyxl/-/issues/2187
- openpyxl/compat/tests/test_compat.py::test_numpy_tostring
- )
- fi
-
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-06-29 3:26 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2024-06-29 3:26 UTC (permalink / raw
To: gentoo-commits
commit: f51585035a7bae128296d6bc9bc5700705295c96
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 03:04:09 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 03:26:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5158503
dev-python/openpyxl: Bump to 3.1.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 +
dev-python/openpyxl/openpyxl-3.1.5.ebuild | 46 +++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 6272b23492cc..224b91b00159 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
DIST openpyxl-3.1.3.tar.bz2 2739587 BLAKE2B 64161f8ea0629f4bd2ef65187c2d1c0cfa23e155df7b5a4a81c386c48d339956e3d854da040157170852df19ab53d65fd0be9a4f1d4f5b5f6eed20e0fe1e89f9 SHA512 dee9dac201319ed6b3c14cb0cd396148a7caedebb2a95534a1b9fcb75afc445bfd73e67fdbd750334872e4bd3bf1a71d20c48930ff6b195f4f1c6312a5e762f8
DIST openpyxl-3.1.4.tar.bz2 2738775 BLAKE2B 88236c4a5d49d02f746c0a5393cf0e996ee2864c38e9f9b9774355b5263447dfb73eaa027ae8d710fd81585a99ba5a20f1cbecc6615f153387b94516faea4820 SHA512 f2b4d7566428d3e5ff36be37cfce12c247f90e1ab10cfd4e04e285106b48c4d9b30791a9b1f1c6f388ea063e69d9843801b9f7568d4694cfcd20d4e8d0d723b8
+DIST openpyxl-3.1.5.tar.bz2 2739068 BLAKE2B 7a70de814c39945ce4ed8c1e8105da9db4347b4a5f90e6620f6a22f85ba55e2330a305a9d6f78ab27f2055b589b6f3beba6943d8c15cbb9a24e94d663bffcf1d SHA512 556d3f1660ae5d045b0801b99740b2cd1eea1fc69c07c87c4bdd7e78999b5094e84db6fcb107b2a80f4648004810d18eea22779e2d3c231a996bbe2a12d33288
diff --git a/dev-python/openpyxl/openpyxl-3.1.5.ebuild b/dev-python/openpyxl/openpyxl-3.1.5.ebuild
new file mode 100644
index 000000000000..28621698fd68
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-3.1.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+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 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ dev-python/et-xmlfile[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/lxml-5.0.3[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+ )
+"
+
+distutils_enable_sphinx doc \
+ dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # GC assumptions (pypy)
+ openpyxl/tests/test_iter.py::test_file_descriptor_leak
+ )
+
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-07-06 6:26 Sam James
0 siblings, 0 replies; 90+ messages in thread
From: Sam James @ 2024-07-06 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 8a52e5c5e98bf7cb9d520fa9b5c1748424fd2624
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:26:36 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:26:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a52e5c5
dev-python/openpyxl: Stabilize 3.1.4 ALLARCHES, #935597
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.4.ebuild b/dev-python/openpyxl/openpyxl-3.1.4.ebuild
index fc85d81542c8..842a06f951eb 100644
--- a/dev-python/openpyxl/openpyxl-3.1.4.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
RDEPEND="
dev-python/et-xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-07-06 6:35 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2024-07-06 6:35 UTC (permalink / raw
To: gentoo-commits
commit: ad953a34a979072c1dfff243a5d7357e93e6f771
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:33:26 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:35:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad953a34
dev-python/openpyxl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 -
dev-python/openpyxl/openpyxl-3.1.3.ebuild | 52 -------------------------------
2 files changed, 53 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 224b91b00159..b10533673c92 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1,2 @@
-DIST openpyxl-3.1.3.tar.bz2 2739587 BLAKE2B 64161f8ea0629f4bd2ef65187c2d1c0cfa23e155df7b5a4a81c386c48d339956e3d854da040157170852df19ab53d65fd0be9a4f1d4f5b5f6eed20e0fe1e89f9 SHA512 dee9dac201319ed6b3c14cb0cd396148a7caedebb2a95534a1b9fcb75afc445bfd73e67fdbd750334872e4bd3bf1a71d20c48930ff6b195f4f1c6312a5e762f8
DIST openpyxl-3.1.4.tar.bz2 2738775 BLAKE2B 88236c4a5d49d02f746c0a5393cf0e996ee2864c38e9f9b9774355b5263447dfb73eaa027ae8d710fd81585a99ba5a20f1cbecc6615f153387b94516faea4820 SHA512 f2b4d7566428d3e5ff36be37cfce12c247f90e1ab10cfd4e04e285106b48c4d9b30791a9b1f1c6f388ea063e69d9843801b9f7568d4694cfcd20d4e8d0d723b8
DIST openpyxl-3.1.5.tar.bz2 2739068 BLAKE2B 7a70de814c39945ce4ed8c1e8105da9db4347b4a5f90e6620f6a22f85ba55e2330a305a9d6f78ab27f2055b589b6f3beba6943d8c15cbb9a24e94d663bffcf1d SHA512 556d3f1660ae5d045b0801b99740b2cd1eea1fc69c07c87c4bdd7e78999b5094e84db6fcb107b2a80f4648004810d18eea22779e2d3c231a996bbe2a12d33288
diff --git a/dev-python/openpyxl/openpyxl-3.1.3.ebuild b/dev-python/openpyxl/openpyxl-3.1.3.ebuild
deleted file mode 100644
index d89a683a1e32..000000000000
--- a/dev-python/openpyxl/openpyxl-3.1.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-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 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- dev-python/et-xmlfile[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/lxml-5.0.3[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
- )
-"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # GC assumptions (pypy)
- openpyxl/tests/test_iter.py::test_file_descriptor_leak
- )
-
- if has_version ">=dev-python/numpy-2[${PYTHON_USEDEP}]"; then
- EPYTEST_DESELECT+=(
- # https://foss.heptapod.net/openpyxl/openpyxl/-/issues/2187
- openpyxl/compat/tests/test_compat.py::test_numpy_tostring
- )
- fi
-
- epytest
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-07-13 9:54 Arthur Zamarin
0 siblings, 0 replies; 90+ messages in thread
From: Arthur Zamarin @ 2024-07-13 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 6da08a52b65a7d95ff9c2cd83c56c9271dd2b3bd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 09:54:38 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 09:54:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da08a52
dev-python/openpyxl: Stabilize 3.1.5 ALLARCHES, #935942
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/openpyxl/openpyxl-3.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/openpyxl/openpyxl-3.1.5.ebuild b/dev-python/openpyxl/openpyxl-3.1.5.ebuild
index 28621698fd68..907014eaebe2 100644
--- a/dev-python/openpyxl/openpyxl-3.1.5.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.5.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
RDEPEND="
dev-python/et-xmlfile[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 90+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
@ 2024-07-13 12:02 Michał Górny
0 siblings, 0 replies; 90+ messages in thread
From: Michał Górny @ 2024-07-13 12:02 UTC (permalink / raw
To: gentoo-commits
commit: b2922620451565076b1e861c0a11031e4c6f1c14
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 11:41:17 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 12:01:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2922620
dev-python/openpyxl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openpyxl/Manifest | 1 -
dev-python/openpyxl/openpyxl-3.1.4.ebuild | 53 -------------------------------
2 files changed, 54 deletions(-)
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index b10533673c92..6cbd8ce4c67d 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1 @@
-DIST openpyxl-3.1.4.tar.bz2 2738775 BLAKE2B 88236c4a5d49d02f746c0a5393cf0e996ee2864c38e9f9b9774355b5263447dfb73eaa027ae8d710fd81585a99ba5a20f1cbecc6615f153387b94516faea4820 SHA512 f2b4d7566428d3e5ff36be37cfce12c247f90e1ab10cfd4e04e285106b48c4d9b30791a9b1f1c6f388ea063e69d9843801b9f7568d4694cfcd20d4e8d0d723b8
DIST openpyxl-3.1.5.tar.bz2 2739068 BLAKE2B 7a70de814c39945ce4ed8c1e8105da9db4347b4a5f90e6620f6a22f85ba55e2330a305a9d6f78ab27f2055b589b6f3beba6943d8c15cbb9a24e94d663bffcf1d SHA512 556d3f1660ae5d045b0801b99740b2cd1eea1fc69c07c87c4bdd7e78999b5094e84db6fcb107b2a80f4648004810d18eea22779e2d3c231a996bbe2a12d33288
diff --git a/dev-python/openpyxl/openpyxl-3.1.4.ebuild b/dev-python/openpyxl/openpyxl-3.1.4.ebuild
deleted file mode 100644
index 842a06f951eb..000000000000
--- a/dev-python/openpyxl/openpyxl-3.1.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-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 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- dev-python/et-xmlfile[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/lxml-5.0.3[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
- )
-"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # https://foss.heptapod.net/openpyxl/openpyxl/-/issues/2187
- sed -i -e 's:float_:float64:' openpyxl/compat/tests/test_compat.py || die
-}
-
-python_test() {
- local EPYTEST_DESELECT=(
- # GC assumptions (pypy)
- openpyxl/tests/test_iter.py::test_file_descriptor_leak
- )
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
^ permalink raw reply related [flat|nested] 90+ messages in thread
end of thread, other threads:[~2024-07-13 12:02 UTC | newest]
Thread overview: 90+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04 11:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/ WANG Xuerui
-- strict thread matches above, loose matches on Subject: below --
2024-07-13 12:02 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
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-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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox