* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.3.ebuild ChangeLog
@ 2014-05-07 6:43 Patrick Lauer (patrick)
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2014-05-07 6:43 UTC (permalink / raw
To: gentoo-commits
patrick 14/05/07 06:43:58
Modified: ChangeLog
Added: xlrd-0.9.3.ebuild
Log:
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.24 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 31 Mar 2014 20:55:49 -0000 1.23
+++ ChangeLog 7 May 2014 06:43:58 -0000 1.24
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.23 2014/03/31 20:55:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.24 2014/05/07 06:43:58 patrick Exp $
+
+*xlrd-0.9.3 (07 May 2014)
+
+ 07 May 2014; Patrick Lauer <patrick@gentoo.org> +xlrd-0.9.3.ebuild:
+ Bump
31 Mar 2014; Michał Górny <mgorny@gentoo.org> xlrd-0.9.0.ebuild,
xlrd-0.9.2.ebuild:
1.1 dev-python/xlrd/xlrd-0.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.1&content-type=text/plain
Index: xlrd-0.9.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.1 2014/05/07 06:43:58 patrick Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
DESCRIPTION="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
HOMEPAGE="http://pypi.python.org/pypi/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"
IUSE="doc examples"
DEPEND=""
RDEPEND=""
src_prepare() {
distutils-r1_src_prepare
# add shebang to runxlrd.py
sed -i -e '1i#!/usr/bin/encompdoc.html xlrd.htmlv python' scripts/runxlrd.py || die
}
python_install_all() {
distutils-r1_python_install_all
if use doc; then
dohtml ${PN}/doc/{compdoc.html,xlrd.html}
fi
if use examples; then
docompress -x usr/share/doc/${P}/examples/
insinto usr/share/doc/${P}/examples
doins ${PN}/examples/*
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.3.ebuild ChangeLog
@ 2014-06-30 9:59 Ian Delaney (idella4)
0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2014-06-30 9:59 UTC (permalink / raw
To: gentoo-commits
idella4 14/06/30 09:59:15
Modified: xlrd-0.9.3.ebuild ChangeLog
Log:
drop py2.6 pypy2.0 add py3.4, update homepage, remove redundant IUSE flags due to missing source content, add test phase, patch by fau, fixes bug #509824
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/xlrd/xlrd-0.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?r1=1.1&r2=1.2
Index: xlrd-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xlrd-0.9.3.ebuild 7 May 2014 06:43:58 -0000 1.1
+++ xlrd-0.9.3.ebuild 30 Jun 2014 09:59:15 -0000 1.2
@@ -1,40 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.1 2014/05/07 06:43:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.2 2014/06/30 09:59:15 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
-HOMEPAGE="http://pypi.python.org/pypi/xlrd"
+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"
-IUSE="doc examples"
-DEPEND=""
-RDEPEND=""
+python_prepare_all() {
+ # Remove this if examples get reintroduced
+ sed -i -e "s/test_names_demo/_&/" tests/test_open_workbook.py || die
-src_prepare() {
- distutils-r1_src_prepare
- # add shebang to runxlrd.py
- sed -i -e '1i#!/usr/bin/encompdoc.html xlrd.htmlv python' scripts/runxlrd.py || die
+ distutils-r1_python_prepare_all
}
-python_install_all() {
- distutils-r1_python_install_all
-
- if use doc; then
- dohtml ${PN}/doc/{compdoc.html,xlrd.html}
- fi
-
- if use examples; then
- docompress -x usr/share/doc/${P}/examples/
- insinto usr/share/doc/${P}/examples
- doins ${PN}/examples/*
- fi
+python_test() {
+ "${PYTHON}" -m unittest discover || die "Test failed with ${EPYTHON}"
}
1.25 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 7 May 2014 06:43:58 -0000 1.24
+++ ChangeLog 30 Jun 2014 09:59:15 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.24 2014/05/07 06:43:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.25 2014/06/30 09:59:15 idella4 Exp $
+
+ 30 Jun 2014; Ian Delaney <idella4@gentoo.org> xlrd-0.9.3.ebuild:
+ drop py2.6 pypy2.0 add py3.4, update homepage, remove redundant IUSE flags due
+ to missing source content, add test phase, patch by fau, fixes bug #509824
*xlrd-0.9.3 (07 May 2014)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.3.ebuild ChangeLog
@ 2014-12-04 9:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-04 9:59 UTC (permalink / raw
To: gentoo-commits
ago 14/12/04 09:59:02
Modified: xlrd-0.9.3.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #530624
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/xlrd/xlrd-0.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?r1=1.2&r2=1.3
Index: xlrd-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xlrd-0.9.3.ebuild 30 Jun 2014 09:59:15 -0000 1.2
+++ xlrd-0.9.3.ebuild 4 Dec 2014 09:59:02 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.2 2014/06/30 09:59:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.3 2014/12/04 09:59:02 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
python_prepare_all() {
# Remove this if examples get reintroduced
1.26 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 30 Jun 2014 09:59:15 -0000 1.25
+++ ChangeLog 4 Dec 2014 09:59:02 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.25 2014/06/30 09:59:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.26 2014/12/04 09:59:02 ago Exp $
+
+ 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.3.ebuild:
+ Stable for amd64, wrt bug #530624
30 Jun 2014; Ian Delaney <idella4@gentoo.org> xlrd-0.9.3.ebuild:
drop py2.6 pypy2.0 add py3.4, update homepage, remove redundant IUSE flags due
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.3.ebuild ChangeLog
@ 2014-12-05 10:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-05 10:16 UTC (permalink / raw
To: gentoo-commits
ago 14/12/05 10:16:40
Modified: xlrd-0.9.3.ebuild ChangeLog
Log:
Stable for x86, wrt bug #530624
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/xlrd/xlrd-0.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?r1=1.3&r2=1.4
Index: xlrd-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xlrd-0.9.3.ebuild 4 Dec 2014 09:59:02 -0000 1.3
+++ xlrd-0.9.3.ebuild 5 Dec 2014 10:16:40 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.3 2014/12/04 09:59:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.4 2014/12/05 10:16:40 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
python_prepare_all() {
# Remove this if examples get reintroduced
1.27 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 4 Dec 2014 09:59:02 -0000 1.26
+++ ChangeLog 5 Dec 2014 10:16:40 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.26 2014/12/04 09:59:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.27 2014/12/05 10:16:40 ago Exp $
+
+ 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.3.ebuild:
+ Stable for x86, wrt bug #530624
04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.3.ebuild:
Stable for amd64, wrt bug #530624
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.3.ebuild ChangeLog
@ 2015-04-08 8:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:05 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:05:04
Modified: xlrd-0.9.3.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.5 dev-python/xlrd/xlrd-0.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild?r1=1.4&r2=1.5
Index: xlrd-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xlrd-0.9.3.ebuild 5 Dec 2014 10:16:40 -0000 1.4
+++ xlrd-0.9.3.ebuild 8 Apr 2015 08:05:04 -0000 1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.4 2014/12/05 10:16:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.5 2015/04/08 08:05:04 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
1.29 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 16 Jan 2015 08:11:18 -0000 1.28
+++ ChangeLog 8 Apr 2015 08:05:04 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.28 2015/01/16 08:11:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.29 2015/04/08 08:05:04 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> xlrd-0.9.3.ebuild:
+ Drop old Python implementations
16 Jan 2015; Ian Delaney <idella4@gentoo.org> -xlrd-0.9.0.ebuild,
-xlrd-0.9.2.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-04-08 8:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 9:59 [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.3.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 8:05 Michal Gorny (mgorny)
2014-12-05 10:16 Agostino Sarubbo (ago)
2014-12-04 9:59 Agostino Sarubbo (ago)
2014-05-07 6:43 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox