From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/
Date: Mon, 19 Oct 2015 16:29:36 +0000 (UTC) [thread overview]
Message-ID: <1445272151.db8c175f4629854b54427f4ba2afd8011c2ff3c7.jlec@gentoo> (raw)
commit: db8c175f4629854b54427f4ba2afd8011c2ff3c7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 14:37:03 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 16:29:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8c175f
dev-python/xlsxwriter: Version Bump
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/xlsxwriter/Manifest | 1 +
dev-python/xlsxwriter/xlsxwriter-0.7.7.ebuild | 33 +++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index d86d613..00962bb 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1,3 +1,4 @@
DIST XlsxWriter-0.7.3.tar.gz 231999 SHA256 2fa0f2d633bfbbc55a48abd4089820c744ed7a40e11c5c1580196a2c129eb8c6 SHA512 b85ef49fb6d5c6a6454292a7cdbc3fdff9674578f2e535aab7b08f671180f59934616fd78e89e007e8a662539dbbd9b0b9571b02df049a0e5f70f706d9acde35 WHIRLPOOL 7124119bd0151c76689b08fd4da74b5e5876f1047cbd63c960ff7728ed70bcc82ebcf1c44f4c08a4fe5ddcb9aca6441a5c428eab5f793028e3ef65ba3494ec85
DIST XlsxWriter-0.7.4.tar.gz 232329 SHA256 e3192763b377a588fc06113836cf74a565926168929e55ba451baa684e857b62 SHA512 03da4b7f4b93250c7e22a100f78058f22f57b0746054d88a6cf3b2ef8026be8875344e08c15c3dac3fad19aac5c216199ae0910758856eded0957ea345727a1e WHIRLPOOL d6b1c36e7eabdc4f4554ce809c8295d2bb89bbccad85edb8b9c592c693dc5f68ba83be4d0a2ab79e15a02b5c298025fec36b342e350c24aa4332856582dbe433
DIST XlsxWriter-0.7.6.tar.gz 232509 SHA256 8d32569e49c7a7e53ca26fc34e11897c80ebc94b86c4b9cc3f467d8d99cf5c64 SHA512 c40f11fc84cbbc2949d21f5d8c3eac0b826af76f6df39fbcfc5678269416fa90df8f16c8fa39de31e0ab82a0966903b72cf9ba255441cc13702963c7ac4a0bf6 WHIRLPOOL d751777eaf90737a2c1575b299c8ff186a6bced9dbc059428120c84c097ec91672b53aff6d5c313c07f9a7bd83ea48d4d67f4a1a1118f8c31f8138a3c5bf486e
+DIST XlsxWriter-0.7.7.tar.gz 232623 SHA256 33a6fac3b148ab6137a7e2c0869e33493aff5ccde66e434c1ccf49e8687b9606 SHA512 1779163469bb2ecb9ee75288f840f47dfca4d9f81f283411b8db00abceab855af2d06655b23d9aed378af5073a68fabef5df7e934f5166b2d7479b151a602a30 WHIRLPOOL 0b2f5cc118671b58c5743371107ab59107bcb13f49a1ab9de9397d0a4ecee91b7c7f9039d3a029588809d25e8607f779eee8a9a1734f030a7f02e6e77b195f2c
diff --git a/dev-python/xlsxwriter/xlsxwriter-0.7.7.ebuild b/dev-python/xlsxwriter/xlsxwriter-0.7.7.ebuild
new file mode 100644
index 0000000..6966a9d
--- /dev/null
+++ b/dev-python/xlsxwriter/xlsxwriter-0.7.7.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,5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN="XlsxWriter"
+MY_P="${MY_PN}-${PV}"
+
+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"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}"/${MY_P}
+
+python_test() {
+ nosetests --verbosity=3 || die
+}
next reply other threads:[~2015-10-19 16:29 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 16:29 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/ Michał Górny
2025-02-15 9:53 Michał Górny
2025-02-15 8:38 Arthur Zamarin
2025-02-08 11:45 Michał Górny
2025-02-08 11:15 Jakov Smolić
2025-01-29 8:48 Michał Górny
2025-01-23 5:39 Michał Górny
2024-09-06 19:08 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-06-29 18:18 Patrick Lauer
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-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=1445272151.db8c175f4629854b54427f4ba2afd8011c2ff3c7.jlec@gentoo \
--to=jlec@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