[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2024-01-04 Thread WANG Xuerui
commit: 16487fecd2e1e98bdad9f0ccb2453361b205e519
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jan  4 11:08:22 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jan  4 11:29:02 2024 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-11-20 Thread Andrew Ammerlaan
commit: cacc8ed80b218495e66efb40f3c08eba843a6ead
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Nov 20 15:33:25 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Nov 20 15:35:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacc8ed8

dev-python/openpyxl: enable pypy3

Signed-off-by: Andrew Ammerlaan  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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-10-24 Thread Michał Górny
commit: d718f7d7283d087492bb70f0c2d1c735e90e8e9d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 20:03:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 21:11:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d718f7d7

dev-python/openpyxl: Enable py3.12

Signed-off-by: Michał Górny  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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-04-11 Thread Michał Górny
commit: ef45dc45990c443ac057b57322030a8adcd9acc2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 18:36:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 18:39:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef45dc45

dev-python/openpyxl: Remove old

Signed-off-by: Michał Górny  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..
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-04-11 Thread Arthur Zamarin
commit: 95a9e973c86d44c8f4a70e84b38df0bf174b9162
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 11 18:15:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 11 18:15:53 2023 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-03-12 Thread Michał Górny
commit: 8533372b86941fa8b173d8b4e7a6736395816e14
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 13:28:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 13:35:26 2023 +
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  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-03-03 Thread Michał Górny
commit: 20a8b1d1d0cc3c73e1dafd000e76d7acd4a81387
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  3 17:44:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  3 17:48:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a8b1d1

dev-python/openpyxl: Remove old

Signed-off-by: Michał Górny  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..
--- 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..
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-03-03 Thread Arthur Zamarin
commit: 3caeeab5076367c4318037c4a3a2b13e640dbf9a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar  3 17:39:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar  3 17:39:04 2023 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-02-13 Thread Michał Górny
commit: d0698889df1c0f82edc294d34f653f6274d44721
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 14 04:40:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 14 04:57:36 2023 +
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  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-02-01 Thread Michał Górny
commit: b487727f90c3764b2b3e46271e5dc60b12e8e961
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 10:56:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 10:56:37 2023 +
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  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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-02-01 Thread Michał Górny
commit: 7182aa36e279eb4189ed7fc50d14634434839778
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 10:48:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 10:53:23 2023 +
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  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}]
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2023-01-31 Thread Arthur Zamarin
commit: 2946b1c16042c2ea27d05bd5dc1c23b03eace551
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 31 19:01:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 31 19:09:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2946b1c1

dev-python/openpyxl: add 3.1.0

Signed-off-by: Arthur Zamarin  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-12-25 Thread Michał Górny
commit: 25f0c595f250f151f9d00aa64142770871c7c0e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 25 17:15:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 25 17:17:47 2022 +
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  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}]
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-06-21 Thread Arthur Zamarin
commit: b99048909e8cdcad363fdbc2152e34d8c477c178
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 21 18:41:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 21 18:41:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9904890

dev-python/openpyxl: drop 3.0.9-r1

Signed-off-by: Arthur Zamarin  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..
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-06-21 Thread Arthur Zamarin
commit: f21f29756a2254fe861ebe8ec3dc8b07bf34a812
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 21 18:15:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 21 18:15:29 2022 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-05-21 Thread Michał Górny
commit: 6f67055873ba8a07af7092c99325c9a2b40371bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 09:19:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 09:24:50 2022 +
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  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-03-31 Thread Michał Górny
commit: 72fc60f5a896488ed0498f3857c4b3c3e39073f2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 19:16:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 19:16:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fc60f5

dev-python/openpyxl: Remove old

Signed-off-by: Michał Górny  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..
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-03-31 Thread Jakov Smolić
commit: 03c3eb3560080bf2f133148e8566608a5464a04f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 31 17:35:29 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 31 17:35:29 2022 +
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ć  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-02-26 Thread Michał Górny
commit: 076c5ab6adc83d4c0937278b794d3816cedecc2e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 11:23:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 11:39:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076c5ab6

dev-python/openpyxl: Migrate to PEP517 build

Signed-off-by: Michał Górny  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-02-14 Thread Matt Turner
commit: 52c6440ffb60e4bfde8b8b98e5baa6c9563610a6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 14 08:29:54 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 14 08:35:24 2022 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2022-02-07 Thread Sam James
commit: 89433a471ff02e3632ecab3e7057947d93dbb1ce
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:35:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:35:37 2022 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-11-14 Thread Sam James
commit: 5af4c76f9d3387706658a2e59769648b7718dcc3
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 23:50:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 23:50:40 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-10-24 Thread Sam James
commit: 84aec7aeb194030152a743a68a6ed760d7a75c9a
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 21:13:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 21:13:57 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/, dev-python/openpyxl/files/

2021-10-15 Thread Michał Górny
commit: bcea1fa2701304105d7be5f33cab737eae4de510
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 16 05:59:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 16 05:59:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcea1fa2

dev-python/openpyxl: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/openpyxl/Manifest   |  2 --
 .../openpyxl/files/openpyxl-3.0.7-metadata.patch   | 12 
 dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild   | 33 --
 dev-python/openpyxl/openpyxl-3.0.8.ebuild  | 29 ---
 4 files changed, 76 deletions(-)

diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index b6958dab39d..d669466fb72 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1 @@
-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/files/openpyxl-3.0.7-metadata.patch 
b/dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch
deleted file mode 100644
index 08349787e6f..000
--- a/dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -dupr a/setup.py b/setup.py
 a/setup.py 2021-05-29 19:21:13.876463476 +0200
-+++ b/setup.py 2021-05-29 19:21:21.986626313 +0200
-@@ -74,7 +74,7 @@ setup(
- author_email=__author_email__,
- url=__url__,
- license=__license__,
--python_requires=">=3.6, ",
-+python_requires=">=3.6",
- install_requires=[
- 'et_xmlfile',
- ],

diff --git a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild 
b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
deleted file mode 100644
index 83804875c02..000
--- a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-
-PATCHES=(
-   "${FILESDIR}"/openpyxl-3.0.7-metadata.patch
-)

diff --git a/dev-python/openpyxl/openpyxl-3.0.8.ebuild 
b/dev-python/openpyxl/openpyxl-3.0.8.ebuild
deleted file mode 100644
index 23c8e219fb6..000
--- a/dev-python/openpyxl/openpyxl-3.0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-10-15 Thread Sam James
commit: 326daeaadffe55aaba2e71d626aea19b5736ba55
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 15 22:42:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 15 22:42:46 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-09-26 Thread Arthur Zamarin
commit: e08e2e6cebcb1bba6aecccd1c9894b208d6afafd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 26 17:30:03 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 26 17:30:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08e2e6c

dev-python/openpyxl: add heptapod upstream metadata

Signed-off-by: Arthur Zamarin  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 @@


openpyxl
+   openpyxl/openpyxl

https://foss.heptapod.net/openpyxl/openpyxl/-/issues

https://openpyxl.readthedocs.io/en/stable/changes.html
https://openpyxl.readthedocs.io/



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-09-23 Thread Arthur Zamarin
commit: 0199e5d1dfeb54543c72da28b8a8b544ac9708a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 24 05:08:41 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 24 05:08:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0199e5d1

dev-python/openpyxl: add 3.0.9

Signed-off-by: Arthur Zamarin  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 000..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-09-13 Thread Arthur Zamarin
commit: dd6cd3656803e69026ac71052126b804d1ba3903
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 13 18:42:14 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 13 18:42:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6cd365

dev-python/openpyxl: add 3.0.8

Signed-off-by: Arthur Zamarin  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 000..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-09-06 Thread Sam James
commit: 3a1a75ef9b56d4486045714985fd2e4ddc24abda
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  6 23:42:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 23:42:11 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-09-06 Thread Sam James
commit: ee710f535e7285b7011336e7353ec64d9bfeefe8
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  6 23:37:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 23:37:29 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-09-05 Thread Sam James
commit: 1975d086a094f9fcdb1e186be16f2f58d7173552
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  6 00:12:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 00:12:31 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-08-16 Thread Marek Szuba
commit: 63a053cff251b609035c8cd610787505e22dcbb3
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 16 08:41:35 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 16 11:45:59 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-08-09 Thread Sam James
commit: b7b18e7bf403b64451fa2c8fe1c508f0443a6bdb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug  9 17:16:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 10 04:59:40 2021 +
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  sf-mail.de>
Signed-off-by: Sam James  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/, dev-python/openpyxl/files/

2021-05-29 Thread Michał Górny
commit: d683b1d20bba790c05244b9b53925170ad6457b7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 17:23:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 18:09:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d683b1d2

dev-python/openpyxl: Fix python_requires in metadata

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch  | 12 
 .../{openpyxl-3.0.7.ebuild => openpyxl-3.0.7-r1.ebuild}  |  4 
 2 files changed, 16 insertions(+)

diff --git a/dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch 
b/dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch
new file mode 100644
index 000..08349787e6f
--- /dev/null
+++ b/dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch
@@ -0,0 +1,12 @@
+diff -dupr a/setup.py b/setup.py
+--- a/setup.py 2021-05-29 19:21:13.876463476 +0200
 b/setup.py 2021-05-29 19:21:21.986626313 +0200
+@@ -74,7 +74,7 @@ setup(
+ author_email=__author_email__,
+ url=__url__,
+ license=__license__,
+-python_requires=">=3.6, ",
++python_requires=">=3.6",
+ install_requires=[
+ 'et_xmlfile',
+ ],

diff --git a/dev-python/openpyxl/openpyxl-3.0.7.ebuild 
b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
similarity index 92%
rename from dev-python/openpyxl/openpyxl-3.0.7.ebuild
rename to dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
index d78f064d072..b5ef708e1be 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
@@ -27,3 +27,7 @@ BDEPEND="
 
 distutils_enable_sphinx doc
 distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/openpyxl-3.0.7-metadata.patch
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-05-23 Thread Michał Górny
commit: d8e2e9b3601d1175447e104801ec700d667f1a85
Author: Zamarin Arthur  gmail  com>
AuthorDate: Sun May 23 06:08:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 09:29:04 2021 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20943
Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-04-11 Thread Michał Górny
commit: 84ab05907f451eac7075e95fa31eedbe33b1f248
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 11 11:21:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 11 11:23:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ab0590

dev-python/openpyxl: Remove old

Signed-off-by: Michał Górny  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..000
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-04-11 Thread Sam James
commit: dd1767568cff18a78df04d665021ccb8e5565cd3
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 11 11:05:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 11 11:05:40 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-03-09 Thread Michał Górny
commit: 9ed31aada277b04315128f668469a23fcad1d84d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  9 22:04:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  9 23:44:40 2021 +
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  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 000..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-03-02 Thread Michał Górny
commit: dbb96dc0116cdca4fbf1bf67873dd4695d0e34e2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  2 08:53:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  2 08:56:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb96dc0

dev-python/openpyxl: Remove old

Signed-off-by: Michał Górny  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..000
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-03-01 Thread Sam James
commit: fb5725b7e54c52183b14e4fd7cf2f59d00e134f5
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 05:52:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 05:52:36 2021 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-01-14 Thread Michał Górny
commit: 08aebbaf42299f46000aff87c61f0661b9cce6fc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 15 07:27:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 15 07:35:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08aebbaf

dev-python/openpyxl: Update metadata.xml URIs

Signed-off-by: Michał Górny  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 @@


openpyxl
-   
https://foss.heptapod.net/openpyxl/openpyxl/issues
+   
https://foss.heptapod.net/openpyxl/openpyxl/-/issues

https://openpyxl.readthedocs.io/en/stable/changes.html
-   https://openpyxl.readthedocs.io
+   https://openpyxl.readthedocs.io/

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2021-01-14 Thread Michał Górny
commit: 697f35eb854cd8b75f41d2797b92f69699f64432
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 15 07:14:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 15 07:35:09 2021 +
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  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 000..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-11-03 Thread Michał Górny
commit: 35707a83d11690aef0c2f283949b5df8ee39eacc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  4 07:24:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  4 07:34:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35707a83

dev-python/openpyxl: Remove old

Signed-off-by: Michał Górny  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..000
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-11-03 Thread Sam James
commit: 8eedc87e4b0b834b602120127504900513acec79
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 01:00:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 01:00:42 2020 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-11-02 Thread Michał Górny
commit: 0ba42569421d3d52768e1be3cc07e7f4cdda3304
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 11:16:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 11:19:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba42569

dev-python/openpyxl: Mark ALLARCHES

Signed-off-by: Michał Górny  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 93d6779..740d5bd6fe7 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

openpyxl

https://foss.heptapod.net/openpyxl/openpyxl/issues



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-09-28 Thread Louis Sautier
commit: 8b3ff96cff4c11c63cc12bf80e1a063ff657dc73
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Sep 28 21:00:30 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Sep 28 21:00:30 2020 +
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  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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-09-28 Thread Louis Sautier
commit: 34d04b77a20b6459b4281e0f27f850aa3b108695
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Sep 28 20:59:47 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Sep 28 20:59:47 2020 +
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  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..93d6779 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -9,5 +9,6 @@
openpyxl

https://foss.heptapod.net/openpyxl/openpyxl/issues

https://openpyxl.readthedocs.io/en/stable/changes.html
+   https://openpyxl.readthedocs.io

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-09-28 Thread Louis Sautier
commit: 7d0dff433bed48ea8ba441690e04916040db34e8
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Sep 21 21:40:08 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Sep 28 20:51:46 2020 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17633
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/openpyxl/metadata.xml |  3 +--
 dev-python/openpyxl/openpyxl-.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 @@


openpyxl
-   openpyxl/openpyxl
-   
https://bitbucket.org/openpyxl/openpyxl/issues
+   
https://foss.heptapod.net/openpyxl/openpyxl/issues

https://openpyxl.readthedocs.io/en/stable/changes.html

 

diff --git a/dev-python/openpyxl/openpyxl-.ebuild 
b/dev-python/openpyxl/openpyxl-.ebuild
deleted file mode 100644
index 957f018d282..000
--- a/dev-python/openpyxl/openpyxl-.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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-09-28 Thread Louis Sautier
commit: f47f1329bc1f3ad6d03fceb68a317345cd9bc196
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Sep 21 21:47:51 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Sep 28 20:51:47 2020 +
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  gmail.com>
Signed-off-by: Louis Sautier  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 000..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-08-25 Thread Sam James
commit: b3c4a42f90520c2ae3a27cf42b9752b83d69fb4a
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 12:16:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 12:16:18 2020 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-08-07 Thread Sam James
commit: bbc0d5ca7f65c5301b28e7a31c4aa3885caddc8e
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  7 19:10:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  7 19:18:57 2020 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-07-06 Thread Michał Górny
commit: 1fe23cbd50a9c5d006833f520ad0d7abedadbcd6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  6 13:17:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  6 14:13:16 2020 +
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  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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-06-10 Thread Michał Górny
commit: 42e153391592da77f88cc735368489f073a29ea7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 10 10:46:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 10 10:48:38 2020 +
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  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 000..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-03-28 Thread Michał Górny
commit: bd08fd956e443fd5cd4f8fabbe59dbb4c1c14144
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 11:20:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 11:20:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd08fd95

dev-python/openpyxl: Remove redundant longdesc

Signed-off-by: Michał Górny  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 @@
pyt...@gentoo.org
Python

-   Openpyxl is a pure Python module to 
read/write
-   Excel 2007 (OpenXML)  xlsx/xlsm files.

openpyxl
openpyxl/openpyxl



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-03-28 Thread Michał Górny
commit: d1f24d2133b45dbc46aca3f013c31e8fd2603346
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 11:16:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 11:16:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f24d21

dev-python/openpyxl: Remove redundant versions

Signed-off-by: Michał Górny  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..000
--- 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..000
--- 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..000
--- a/dev-python/openpyxl/openpyxl-2.6.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo 

[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2020-02-05 Thread Michał Górny
commit: ddd30cbfa0dbea1d4c5c5fb3e3a7b8d8395ac1ff
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 12:49:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 12:59:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd30cbf

dev-python/openpyxl: Remove py2

Signed-off-by: Michał Górny  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-.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-.ebuild 
b/dev-python/openpyxl/openpyxl-.ebuild
index 35313a2cb36..957f018d282 100644
--- a/dev-python/openpyxl/openpyxl-.ebuild
+++ b/dev-python/openpyxl/openpyxl-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 mercurial
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2019-11-25 Thread Thomas Deutschmann
commit: 5c08262b0dc43832c2c3f395795691c630719f11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 26 00:48:58 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 26 00:48:58 2019 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2019-11-23 Thread Agostino Sarubbo
commit: ee8a1e5614e7525f6a4576d08d514a0d8660c000
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 23 15:27:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 23 15:27:03 2019 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2019-11-10 Thread Michał Górny
commit: 579c3ac083156713e0bf40f38fab1028459b2ae1
Author: Zamarin Arthur  gmail  com>
AuthorDate: Fri Oct 18 18:25:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  9 17:23:44 2019 +
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  gmail.com>
Signed-off-by: Michał Górny  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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2019-11-10 Thread Michał Górny
commit: 8b2879bfccb149012db5e1c14cf24d0f8d66b061
Author: Zamarin Arthur  gmail  com>
AuthorDate: Sat Nov  9 11:43:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  9 17:23:45 2019 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13414
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/openpyxl/openpyxl-2.6.1.ebuild | 1 +
 dev-python/openpyxl/openpyxl-2.6.2.ebuild | 1 +
 dev-python/openpyxl/openpyxl-.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-.ebuild 
b/dev-python/openpyxl/openpyxl-.ebuild
index 01c0171d12e..7c1e47d57b1 100644
--- a/dev-python/openpyxl/openpyxl-.ebuild
+++ b/dev-python/openpyxl/openpyxl-.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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2019-11-10 Thread Michał Górny
commit: 84c7d250e3b3eed3093e4a7c082d36f99e44281c
Author: Zamarin Arthur  gmail  com>
AuthorDate: Fri Oct 18 18:23:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  9 17:23:43 2019 +
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  gmail.com>
Signed-off-by: Michał Górny  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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2019-07-28 Thread Louis Sautier
commit: 71c4dce38a6329d4365dce2b4da44c5a78fe0d63
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu Jul 25 11:53:14 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jul 28 15:25:45 2019 +
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  gmail.com>
Signed-off-by: Louis Sautier  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..000
--- 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2019-07-28 Thread Louis Sautier
commit: ac918df900706cbb150793f78ec7b341f766b0b9
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu Jul 25 08:40:58 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jul 28 15:25:45 2019 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12179
Signed-off-by: Louis Sautier  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-  Openpyxl is a pure Python module to read/write Excel 2007 (OpenXML)
-  xlsx/xlsm files.
-
-  
-openpyxl
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   Openpyxl is a pure Python module to 
read/write
+   Excel 2007 (OpenXML)  xlsx/xlsm files.
+   
+   openpyxl
+   openpyxl/openpyxl
+   
https://bitbucket.org/openpyxl/openpyxl/issues
+   
https://openpyxl.readthedocs.io/en/stable/changes.html
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2019-07-28 Thread Louis Sautier
commit: 846165e59b9111ba0d549c4c052b162564afc87f
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon Jun  3 12:28:00 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jul 28 15:25:45 2019 +
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  gmail.com>
Signed-off-by: Louis Sautier  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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-08-11 Thread Virgil Dupras
commit: c77c8cb20b9c5ac66e91a40d267d6babfb1cf73a
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Aug 11 23:20:13 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Aug 11 23:20:13 2018 +
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..000
--- 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..000
--- 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-08-11 Thread Virgil Dupras
commit: a9b80fad012e382626a8e5384952cd049845da53
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Aug 11 23:16:13 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Aug 11 23:16:13 2018 +
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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-08-10 Thread Virgil Dupras
commit: 29971ff31ac9b960ae1aaae45c0e665484c2d0a0
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Aug 10 22:40:58 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Aug 10 22:43:07 2018 +
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 000..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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-08-10 Thread Virgil Dupras
commit: faa0d1e93590c9a89b98f7be63db9c9017c6b765
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Aug 10 21:43:04 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Aug 10 21:43:04 2018 +
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..000
--- 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..000
--- 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-08-10 Thread Mikle Kolyada
commit: a8587b7623d2ebb9d009feeec79c619d571e1338
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Aug 10 19:40:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Aug 10 19:40:43 2018 +
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="



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-08-07 Thread Thomas Deutschmann
commit: 067f4b769e6a8b3697267ece116ad5a567735dbf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Aug  7 22:41:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Aug  7 22:41:42 2018 +
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="



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-08-07 Thread Virgil Dupras
commit: 25b7b2f509e6af69a084eff4ef05a72a64d21b18
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue Aug  7 17:30:40 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Aug  7 17:30:40 2018 +
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-.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/openpyxl/openpyxl-.ebuild 
b/dev-python/openpyxl/openpyxl-.ebuild
index 5202a8eafd1..689dffb5265 100644
--- a/dev-python/openpyxl/openpyxl-.ebuild
+++ b/dev-python/openpyxl/openpyxl-.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}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-08-07 Thread Virgil Dupras
commit: 3f29859e1e34dcbe6c2b9656955aa3d98fcf30e6
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue Aug  7 17:25:30 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Aug  7 17:25:30 2018 +
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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2018-04-29 Thread Michał Górny
commit: 3d01513d54bb9550a494040ba38b9160ced6ceff
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Apr 28 08:14:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 29 06:32:45 2018 +
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-.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-.ebuild 
b/dev-python/openpyxl/openpyxl-.ebuild
index ee7102131b9..5202a8eafd1 100644
--- a/dev-python/openpyxl/openpyxl-.ebuild
+++ b/dev-python/openpyxl/openpyxl-.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;
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2017-03-10 Thread Zac Medico
commit: 0f2081277c16aab2cc5ac7182bb414b72316b37d
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 22:52:57 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 22:52:57 2017 +
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-.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-.ebuild 
b/dev-python/openpyxl/openpyxl-.ebuild
index 8594071ce28..ee7102131b9 100644
--- a/dev-python/openpyxl/openpyxl-.ebuild
+++ b/dev-python/openpyxl/openpyxl-.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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2016-03-16 Thread Agostino Sarubbo
commit: 0a2ab5153a846147d8e43daf4264d189dcaee62b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 10:59:43 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 10:59:43 2016 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2016-03-16 Thread Agostino Sarubbo
commit: 935601680741beee9bbd5f1de5a8dc8cebc5770d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 10:57:49 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 10:57:49 2016 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2016-03-12 Thread Dirkjan Ochtman
commit: 8c7dee71fee1ce886026921f491cad6a6f00bc30
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Mar 12 12:14:36 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Mar 12 12:28:31 2016 +
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..000
--- 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..000
--- 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2016-03-12 Thread Dirkjan Ochtman
commit: 7868514002cd478cd3bd78ff4fcc9db8646cebda
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Mar 12 12:16:50 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Mar 12 12:28:36 2016 +
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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2015-10-21 Thread Justin Lecher
commit: 92abfd9e961077906a8b6c944e748de35ac7f249
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 21 15:08:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 21 15:17:39 2015 +
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  gentoo.org>

 dev-python/openpyxl/Manifest|  1 +
 .../{openpyxl-.ebuild => openpyxl-2.3.0.ebuild} | 17 +++--
 dev-python/openpyxl/openpyxl-.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-.ebuild 
b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
similarity index 58%
copy from dev-python/openpyxl/openpyxl-.ebuild
copy to dev-python/openpyxl/openpyxl-2.3.0.ebuild
index 7c2ec53..1094623 100644
--- a/dev-python/openpyxl/openpyxl-.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-.ebuild 
b/dev-python/openpyxl/openpyxl-.ebuild
index 7c2ec53..11925e3 100644
--- a/dev-python/openpyxl/openpyxl-.ebuild
+++ b/dev-python/openpyxl/openpyxl-.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}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2015-10-12 Thread Justin Lecher
commit: 0436bf52598ec606bdc92c79c236ccd5a15e5017
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 12 11:38:57 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 12 11:40:15 2015 +
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  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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/

2015-09-20 Thread Justin Lecher
commit: dbcc87abfb4ab7dd76117b82ec137614e65534b4
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep 20 10:48:03 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep 20 10:48:03 2015 +
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  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..000
--- 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
-}