Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pandas: ChangeLog pandas-0.13.0.ebuild
Date: Wed, 22 Jan 2014 13:41:45
Message-Id: 20140122134141.E878B2004C@flycatcher.gentoo.org
1 jlec 14/01/22 13:41:41
2
3 Modified: ChangeLog pandas-0.13.0.ebuild
4 Log:
5 dev-python/pandas: Doesn't build docs correctly with <sphinx-1.2.1, #498856
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.22 dev-python/pandas/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 22 Jan 2014 07:59:04 -0000 1.21
23 +++ ChangeLog 22 Jan 2014 13:41:41 -0000 1.22
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pandas
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.21 2014/01/22 07:59:04 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.22 2014/01/22 13:41:41 jlec Exp $
29 +
30 + 22 Jan 2014; Justin Lecher <jlec@g.o> pandas-0.13.0.ebuild:
31 + Doesn't build docs correctly with <sphinx-1.2.1, #498856
32
33 *pandas-0.13.0 (22 Jan 2014)
34
35
36
37
38 1.2 dev-python/pandas/pandas-0.13.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.13.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.13.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.13.0.ebuild?r1=1.1&r2=1.2
43
44 Index: pandas-0.13.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.13.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- pandas-0.13.0.ebuild 22 Jan 2014 07:59:04 -0000 1.1
51 +++ pandas-0.13.0.ebuild 22 Jan 2014 13:41:41 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.13.0.ebuild,v 1.1 2014/01/22 07:59:04 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.13.0.ebuild,v 1.2 2014/01/22 13:41:41 jlec Exp $
57
58 EAPI=5
59
60 @@ -38,11 +38,12 @@
61 dev-python/pytz[${PYTHON_USEDEP}]
62 dev-python/rpy[$(python_gen_usedep 'python2_7')]
63 sci-libs/scipy[${PYTHON_USEDEP}]
64 - dev-python/sphinx[${PYTHON_USEDEP}]
65 + >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
66 dev-python/xlrd[$(python_gen_usedep 'python2*')]
67 dev-python/xlwt[$(python_gen_usedep 'python2*')]
68 sci-libs/scikits_timeseries[$(python_gen_usedep 'python2*')]
69 - x11-misc/xclip )
70 + x11-misc/xclip
71 + )
72 test? ( dev-python/nose[${PYTHON_USEDEP}] )"
73 # dev-python/statsmodels invokes a circular dep
74 # hence rm from doc? ( ), again
75 @@ -60,8 +61,9 @@
76 )
77 html? (
78 dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
79 - || ( dev-python/lxml[${PYTHON_USEDEP}]
80 - dev-python/html5lib[${PYTHON_USEDEP}] )
81 + || (
82 + dev-python/lxml[${PYTHON_USEDEP}]
83 + dev-python/html5lib[${PYTHON_USEDEP}] )
84 )
85 R? ( dev-python/rpy[$(python_gen_usedep 'python2_7')] )"
86
87 @@ -100,8 +102,7 @@
88
89 python_install_all() {
90 if use doc; then
91 - cd "${BUILD_DIR}"/lib || die
92 - dohtml -r doc/build/html/*
93 + dohtml -r "${BUILD_DIR}"/lib/doc/build/html/*
94 einfo "An initial build of docs is absent of references to statsmodels"
95 einfo "due to circular dependency. To have them included, emerge"
96 einfo "statsmodels next and re-emerge pandas with USE doc"