public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
Date: Sun, 28 Jul 2019 15:26:18 +0000 (UTC)	[thread overview]
Message-ID: <1564327545.846165e59b9111ba0d549c4c052b162564afc87f.sbraz@gentoo> (raw)

commit:     846165e59b9111ba0d549c4c052b162564afc87f
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon Jun  3 12:28:00 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 15:25:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846165e5

dev-python/openpyxl: bump v2.6.2, add Python 3.7 support

Closes: https://bugs.gentoo.org/647948
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/openpyxl/Manifest              |  1 +
 dev-python/openpyxl/openpyxl-2.6.2.ebuild | 36 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index 56e4d568de6..42c3b2bd621 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,2 +1,3 @@
 DIST openpyxl-2.4.11.tar.bz2 2139621 BLAKE2B 44fe7e471b50deabdea10e677e3b30f2eee62c661203517321e32442639e884c93ff3c4b6e7a0e5c5186bc8320c53d912832d955882b8cdb29c81d8319077c7c SHA512 9d1f9a3cadefec42bd7b6301bc3a37045e59e567a9f74eed3467547e81f060cf1c0ce2fc7f517911cd7f5716a42135a8567a0e0edc42eae0cc0c7a2370b320ae
 DIST openpyxl-2.6.1.tar.bz2 2403827 BLAKE2B 26abdea047b4d283f3d0e3ed499c1d7247d07b7a97426fd681d92798c7c49cc13fd53296e214d2c48e8461a80740a5ae600468bcf41c9cfd5b6f0b244ef3df93 SHA512 cf869b20ae8aeb068139eaddc8c915ba15405d531bc1a6e2b7c8068bad0ca628622c852cc1d4e11dfd8fab0078a9931fc33e5e47bda954b7cc994f60d79753fc
+DIST openpyxl-2.6.2.tar.bz2 2404387 BLAKE2B ce63ed51bc2f475fc12f510307e3cd417321588aa1a9adb5f8b780249898747babf211137d21442eceaff01bcfb4f7b8f3092b3dc64f751aa2b26d404d11fb74 SHA512 e037abd13e050e25146b016c578bb50c008b7c74a19702d9bae14b594ad5f30d352f8443fd5021a169991a96f5d19b84a3acceb9b05a713e8526ad478fffd31f

diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
new file mode 100644
index 00000000000..5605f80fac2
--- /dev/null
+++ b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
+HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
+# Upstream doesn't want to include tests in PyPI tarballs
+# https://bitbucket.org/openpyxl/openpyxl/issues/1308/include-tests-in-pypi-tarballs
+SRC_URI="https://bitbucket.org/${PN}/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+	dev-python/jdcal[${PYTHON_USEDEP}]
+	dev-python/et_xmlfile[${PYTHON_USEDEP}]
+"
+DEPEND="
+	test? (
+		${RDEPEND}
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/lxml[${PYTHON_USEDEP}]
+		dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
+	)"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+	pytest -vv || die "Testing failed with ${EPYTHON}"
+}


             reply	other threads:[~2019-07-28 15:26 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28 15:26 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13 12:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/ Michał Górny
2024-07-13  9:54 Arthur Zamarin
2024-07-06  6:35 Michał Górny
2024-07-06  6:26 Sam James
2024-06-29  3:26 Michał Górny
2024-06-20  4:45 Michał Górny
2024-06-15  8:38 Arthur Zamarin
2024-06-13  4:05 Michał Górny
2024-05-30  4:03 Michał Górny
2024-05-28  7:40 Michał Górny
2024-05-28  7:40 Michał Górny
2024-01-04 11:29 WANG Xuerui
2023-11-20 15:35 Andrew Ammerlaan
2023-10-24 21:11 Michał Górny
2023-04-11 18:39 Michał Górny
2023-04-11 18:16 Arthur Zamarin
2023-03-12 13:35 Michał Górny
2023-03-03 17:48 Michał Górny
2023-03-03 17:39 Arthur Zamarin
2023-02-14  4:57 Michał Górny
2023-02-01 11:03 Michał Górny
2023-02-01 10:53 Michał Górny
2023-01-31 19:09 Arthur Zamarin
2022-12-25 17:17 Michał Górny
2022-06-21 18:42 Arthur Zamarin
2022-06-21 18:15 Arthur Zamarin
2022-05-21  9:24 Michał Górny
2022-03-31 19:18 Michał Górny
2022-03-31 17:36 Jakov Smolić
2022-02-26 11:39 Michał Górny
2022-02-14  8:35 Matt Turner
2022-02-07 11:36 Sam James
2021-11-14 23:51 Sam James
2021-10-24 21:14 Sam James
2021-10-15 22:43 Sam James
2021-09-26 17:45 Arthur Zamarin
2021-09-24  5:08 Arthur Zamarin
2021-09-13 18:43 Arthur Zamarin
2021-09-06 23:42 Sam James
2021-09-06 23:37 Sam James
2021-09-06  0:13 Sam James
2021-08-16 11:46 Marek Szuba
2021-08-10  4:59 Sam James
2021-05-23  9:29 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:06 Sam James
2021-03-09 23:44 Michał Górny
2021-03-02  8:56 Michał Górny
2021-03-02  5:52 Sam James
2021-01-15  7:35 Michał Górny
2021-01-15  7:35 Michał Górny
2020-11-04  7:34 Michał Górny
2020-11-04  1:01 Sam James
2020-11-02 11:19 Michał Górny
2020-09-28 21:00 Louis Sautier
2020-09-28 21:00 Louis Sautier
2020-09-28 20:53 Louis Sautier
2020-09-28 20:53 Louis Sautier
2020-08-25 12:17 Sam James
2020-08-07 19:19 Sam James
2020-07-06 14:13 Michał Górny
2020-06-10 10:48 Michał Górny
2020-03-28 11:21 Michał Górny
2020-03-28 11:21 Michał Górny
2020-02-05 13:00 Michał Górny
2019-11-26  0:58 Thomas Deutschmann
2019-11-23 15:27 Agostino Sarubbo
2019-11-09 17:23 Michał Górny
2019-11-09 17:23 Michał Górny
2019-11-09 17:23 Michał Górny
2019-07-28 15:26 Louis Sautier
2019-07-28 15:26 Louis Sautier
2018-08-11 23:21 Virgil Dupras
2018-08-11 23:16 Virgil Dupras
2018-08-10 22:43 Virgil Dupras
2018-08-10 21:43 Virgil Dupras
2018-08-10 19:40 Mikle Kolyada
2018-08-07 22:43 Thomas Deutschmann
2018-08-07 17:31 Virgil Dupras
2018-08-07 17:31 Virgil Dupras
2018-04-29  6:33 Michał Górny
2017-03-10 22:53 Zac Medico
2016-03-16 11:00 Agostino Sarubbo
2016-03-16 10:58 Agostino Sarubbo
2016-03-12 12:28 Dirkjan Ochtman
2016-03-12 12:28 Dirkjan Ochtman
2015-10-21 15:17 Justin Lecher
2015-10-12 11:40 Justin Lecher
2015-09-20 10:50 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1564327545.846165e59b9111ba0d549c4c052b162564afc87f.sbraz@gentoo \
    --to=sbraz@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox