From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/
Date: Wed, 29 Jun 2016 18:18:58 +0000 (UTC) [thread overview]
Message-ID: <1467224304.053a0c523c4902a1fe1b2a5224b76eeaa97daab1.patrick@gentoo> (raw)
commit: 053a0c523c4902a1fe1b2a5224b76eeaa97daab1
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 18:01:35 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 18:18:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053a0c52
dev-python/xlsxwriter: Bump
Package-Manager: portage-2.3.0
dev-python/xlsxwriter/Manifest | 2 ++
dev-python/xlsxwriter/xlsxwriter-0.9.2.ebuild | 49 +++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index d8c0e0a..ce5a46a 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1,3 +1,5 @@
DIST XlsxWriter-0.7.8.tar.gz 233091 SHA256 2200c2a69f63b350b3b1f5db8fae3e5b7135c01b7ac9c3b1d5926cf6583dd4cd SHA512 2343155c765533bbc146e928dfc82924f089c7abee2f3607be2e5f9b1da9166090164f134256cbd36f319a97c9aa651fb346cc7502a3f1721f9687a9cddb9364 WHIRLPOOL ba498cfe5929f8d302b2f81ca0291c465759ed070d030e650d4a973706562a397fda51632b31cdac8caba134d8199f3499c7505b9990a9fa02b908b5ac971bdc
DIST XlsxWriter-0.8.4.tar.gz 234634 SHA256 9f0c421fba5849ebcf6a2d24e8eb54799fa48166fe53dbe6deb42669ed5c6643 SHA512 82b7a7e687431d09b31430e6eddb3c55f7d6bd1a631c2bc0741843d6a6d1fe59b219face9a9f7123d59aaf83643d5c00d13408eb45e5e5b810716d7440e33855 WHIRLPOOL 4ea00b8c016bd11294cc2898a171d0697cd306746fa58214ab6669f9e1f857102b14a26a65d58d89c4eed6a505b440c661f1971f3c0e74ff5d7201e93ebbb920
+DIST XlsxWriter-0.9.2.tar.gz 237146 SHA256 9363097b35299da5b4706f9eb3eb79bc60d7eb68f3feff40149e20f1af26ddfa SHA512 037f33a13a4f61fd6adb17ac1726bae7b5244242f66dfb5b9ec9ed9c0cf77af156ca4aa52013f1419c2cc381c7408a18243ebafaa2543828c3b01a619af4ec13 WHIRLPOOL 652ae7dcdaa0b6295e8175d1be1beef3ca6d78b2d980bd36033f9715c7e6c1065b50c214f1331e2da2998612e54dec44d40d3c30a80859bc1a8b26659e85f5bf
DIST xlsxwriter-0.8.4-tests.zip 27275933 SHA256 a78ff7620e725412668489eea2987ac5e491fada4354ac6e0124fb296f0a1d5f SHA512 fe0c00e251b5a07e132c6bd2ddb19c95eb0782f00e35085895361500213695313370baacfa83317af814d5ab740ac8a6489fd96d5e9a3184bb2ea710683d2028 WHIRLPOOL 29f1e873fe72e29e99dd4b3ab3355baa3129fbf11bbe21a8e69202935c7c7e6ba5384e8d5c743127cc4d5585246c55c2341439ff722b5ee7b5a85ffc66c51d40
+DIST xlsxwriter-0.9.2-tests.zip 27275933 SHA256 a78ff7620e725412668489eea2987ac5e491fada4354ac6e0124fb296f0a1d5f SHA512 fe0c00e251b5a07e132c6bd2ddb19c95eb0782f00e35085895361500213695313370baacfa83317af814d5ab740ac8a6489fd96d5e9a3184bb2ea710683d2028 WHIRLPOOL 29f1e873fe72e29e99dd4b3ab3355baa3129fbf11bbe21a8e69202935c7c7e6ba5384e8d5c743127cc4d5585246c55c2341439ff722b5ee7b5a85ffc66c51d40
diff --git a/dev-python/xlsxwriter/xlsxwriter-0.9.2.ebuild b/dev-python/xlsxwriter/xlsxwriter-0.9.2.ebuild
new file mode 100644
index 0000000..c1177ac
--- /dev/null
+++ b/dev-python/xlsxwriter/xlsxwriter-0.9.2.ebuild
@@ -0,0 +1,49 @@
+# 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} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN="XlsxWriter"
+MY_P="${MY_PN}-${PV}"
+
+# PLEASE UPDATE
+# for up2date tests. Upstream says they are to large to be shipped to pypi
+# https://github.com/jmcnamara/XlsxWriter/issues/327
+# https://github.com/jmcnamara/XlsxWriter/issues/229
+RELEASE=b24d6fbf38862558f1c114c0c73058ba306d628f
+
+DESCRIPTION="Python module for creating Excel XLSX files"
+HOMEPAGE="https://pypi.python.org/pypi/XlsxWriter https://github.com/jmcnamara/XlsxWriter"
+SRC_URI="
+ mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+ test? ( https://github.com/jmcnamara/XlsxWriter/archive/${RELEASE}.zip -> ${P}-tests.zip )
+ "
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}"/${MY_P}
+
+python_prepare_all() {
+ if use test; then
+ cp -r "${WORKDIR}"/${MY_PN}-${RELEASE}/${PN}/test ${PN}/ || die
+ fi
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ py.test -v -v || die
+}
next reply other threads:[~2016-06-29 18:19 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-29 18:18 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-06 19:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/ Arthur Zamarin
2024-05-17 10:51 Michał Górny
2024-03-07 16:15 Michał Górny
2024-03-07 16:15 Michał Górny
2024-03-07 16:10 Michał Górny
2024-02-19 4:10 Michał Górny
2023-11-15 17:10 Michał Górny
2023-11-15 16:36 Arthur Zamarin
2023-10-19 12:16 Michał Górny
2023-10-16 9:37 Michał Górny
2023-10-14 18:43 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-10-10 5:05 Michał Górny
2023-10-01 18:07 Arthur Zamarin
2023-09-25 2:55 Michał Górny
2023-09-18 14:06 Michał Górny
2023-09-18 14:00 Michał Górny
2023-09-09 3:22 Michał Górny
2023-06-27 12:03 Michał Górny
2023-06-27 6:43 Sam James
2023-05-29 5:49 Michał Górny
2023-05-22 5:53 Michał Górny
2023-05-15 20:15 Arthur Zamarin
2023-05-15 20:04 Arthur Zamarin
2023-04-14 3:59 Michał Górny
2023-04-11 18:39 Michał Górny
2023-04-11 18:17 Arthur Zamarin
2023-03-11 9:39 Michał Górny
2023-03-11 8:04 Arthur Zamarin
2023-03-11 5:53 Michał Górny
2023-02-05 17:07 Michał Górny
2023-02-03 12:32 Michał Górny
2023-02-03 12:04 Arthur Zamarin
2023-01-14 4:57 Michał Górny
2023-01-05 7:42 Michał Górny
2023-01-01 7:26 Michał Górny
2022-12-28 19:11 Arthur Zamarin
2022-11-24 12:00 WANG Xuerui
2022-05-19 7:23 Michał Górny
2022-03-31 16:03 Michał Górny
2022-03-31 14:09 Jakov Smolić
2022-02-28 8:28 Michał Górny
2022-02-14 8:35 Matt Turner
2021-12-02 9:39 Michał Górny
2021-12-02 8:40 Arthur Zamarin
2021-11-14 23:51 Sam James
2021-11-01 22:16 Michał Górny
2021-10-24 21:14 Sam James
2021-10-02 23:17 Sam James
2021-09-06 23:42 Sam James
2021-09-06 23:37 Sam James
2021-09-06 6:28 Michał Górny
2021-09-06 0:13 Sam James
2021-09-05 20:01 Agostino Sarubbo
2021-08-16 11:46 Marek Szuba
2021-08-11 7:11 Michał Górny
2021-08-10 5:57 Michał Górny
2021-08-10 4:59 Sam James
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-28 15:58 Sergei Trofimovich
2021-07-05 6:04 Michał Górny
2021-06-15 5:40 Michał Górny
2021-06-15 5:25 Sam James
2021-05-13 8:56 Michał Górny
2021-05-07 13:44 Michał Górny
2021-05-07 13:28 Sam James
2021-05-07 8:04 Michał Górny
2021-05-06 7:52 Michał Górny
2021-04-23 7:25 Michał Górny
2021-04-15 6:32 Michał Górny
2021-03-30 7:49 Michał Górny
2020-11-16 0:02 Michał Górny
2020-11-15 23:50 Sam James
2020-11-02 10:34 Michał Górny
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-21 22:51 Michał Górny
2020-10-13 12:07 Michał Górny
2020-09-24 3:41 Michał Górny
2020-09-22 7:21 Michał Górny
2020-09-19 7:21 Michał Górny
2020-09-18 15:53 Michał Górny
2020-08-24 0:10 Sam James
2020-08-22 7:13 Michał Górny
2020-08-14 11:50 Michał Górny
2020-08-07 4:53 Michał Górny
2020-08-05 15:18 Michał Górny
2020-08-04 13:48 Michał Górny
2020-07-30 6:19 Michał Górny
2020-07-29 10:20 Michał Górny
2020-07-12 16:57 Michał Górny
2020-07-09 7:58 Agostino Sarubbo
2020-06-10 10:48 Michał Górny
2020-06-10 10:48 Michał Górny
2020-04-29 2:32 Patrick McLean
2020-02-06 7:10 Michał Górny
2019-09-25 18:46 Rick Farina
2019-05-21 15:20 Stephen Klimaszewski
2018-01-06 13:39 Michał Górny
2017-07-12 19:29 Sebastien Fabbro
2017-05-02 15:15 Michał Górny
2017-03-11 2:41 Zac Medico
2016-02-14 17:54 Justin Lecher
2016-02-14 10:11 Agostino Sarubbo
2016-01-21 8:33 Justin Lecher
2016-01-15 9:03 Agostino Sarubbo
2016-01-14 9:53 Justin Lecher
2016-01-11 8:16 Justin Lecher
2016-01-10 15:33 Justin Lecher
2016-01-10 8:23 Justin Lecher
2016-01-06 21:06 Justin Lecher
2015-10-19 16:29 Justin Lecher
2015-10-15 14:41 Justin Lecher
2015-10-01 7:03 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=1467224304.053a0c523c4902a1fe1b2a5224b76eeaa97daab1.patrick@gentoo \
--to=patrick@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