From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlrd/
Date: Mon, 24 Aug 2015 10:12:22 +0000 (UTC) [thread overview]
Message-ID: <1440411134.f88a12e183dfb88efcf54ce721c1542d3701de72.jlec@gentoo> (raw)
commit: f88a12e183dfb88efcf54ce721c1542d3701de72
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 10:08:44 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 10:12:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88a12e1
dev-python/xlrd: Version Bump
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/xlrd/Manifest | 1 +
dev-python/xlrd/xlrd-0.9.4.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/xlrd/Manifest b/dev-python/xlrd/Manifest
index 37dcff2..354c6bc 100644
--- a/dev-python/xlrd/Manifest
+++ b/dev-python/xlrd/Manifest
@@ -1 +1,2 @@
DIST xlrd-0.9.3.tar.gz 178490 SHA256 933a35e27da7ed7712985486b53b5cfb8dd88e076e2a0bd531373d0001d2939c SHA512 8b1480b1b0eb40435c33e6494e3f1c960d97a4e5a7f5a30d1b418485a88e4c6d2721501646eb129d9fce0bcd775aee50b866807b26da77b5c2d35d977bb247d0 WHIRLPOOL fcfb06859d79e8695d04504cf7e0a7e1eefaca856605f5ca5ae4d36073bdb67759e1edf6c0208ce726090ff63c6ad47f3daa7b783c38397be39ed5400c20c7ab
+DIST xlrd-0.9.4.tar.gz 322945 SHA256 8e8d3359f39541a6ff937f4030db54864836a06e42988c452db5b6b86d29ea72 SHA512 61d21a6b0bf5a72f75b98f6a62245fd2d0d8b091b56f31cd39e83ff0d68edba5370f81b50020f6ac52d08b0b49c0920bf44661d8501ecbde5baee7d991037a6d WHIRLPOOL ffc39dcc31223d1d011a067ad309f56866bef278e7e0fba6c9b626b33d437e70316a1492af3cc161619967094f08db39cb312d3a99083d7283162abfad5da611
diff --git a/dev-python/xlrd/xlrd-0.9.4.ebuild b/dev-python/xlrd/xlrd-0.9.4.ebuild
new file mode 100644
index 0000000..f187923
--- /dev/null
+++ b/dev-python/xlrd/xlrd-0.9.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
+HOMEPAGE="
+ http://www.python-excel.org/
+ https://github.com/python-excel/xlrd/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.9.3-column.patch )
+
+python_prepare_all() {
+ # Remove this if examples get reintroduced
+ sed -i -e "s/test_names_demo/_&/" tests/test_open_workbook.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ "${PYTHON}" -m unittest discover || die "Test failed with ${EPYTHON}"
+}
next reply other threads:[~2015-08-24 10:12 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-24 10:12 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-19 10:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/xlrd/ Agostino Sarubbo
2017-01-19 10:59 Agostino Sarubbo
2017-01-29 17:28 Fabian Groffen
2017-02-28 21:28 Sebastien Fabbro
2017-03-12 12:20 Zac Medico
2019-05-08 14:02 Virgil Dupras
2020-02-06 7:10 Michał Górny
2020-06-05 16:24 Michał Górny
2020-07-31 22:33 Aaron Bauman
2020-08-18 5:28 Sam James
2020-08-18 5:52 Sam James
2020-12-27 16:31 Fabian Groffen
2021-03-17 12:08 Michał Górny
2021-03-17 13:08 Michał Górny
2021-04-17 7:40 Michał Górny
2021-04-18 1:41 Sam James
2021-04-18 7:05 Michał Górny
2021-05-07 11:58 Michał Górny
2021-07-28 15:58 Sergei Trofimovich
2021-08-10 4:59 Sam James
2021-08-16 11:46 Marek Szuba
2021-09-06 0:13 Sam James
2021-09-06 23:37 Sam James
2021-09-06 23:42 Sam James
2021-10-24 21:14 Sam James
2021-11-14 23:51 Sam James
2022-02-14 8:35 Matt Turner
2022-02-26 8:34 Michał Górny
2022-03-31 14:02 Jakov Smolić
2022-03-31 14:08 Michał Górny
2022-05-19 7:23 Michał Górny
2023-05-27 19:32 Arthur Zamarin
2023-11-20 15:35 Andrew Ammerlaan
2024-01-04 11:29 WANG Xuerui
2024-05-17 10:51 Michał Górny
2025-02-27 21:07 Michał Górny
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=1440411134.f88a12e183dfb88efcf54ce721c1542d3701de72.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