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: pandas-9999.ebuild ChangeLog pandas-0.15.2.ebuild pandas-0.16.0.ebuild
Date: Sun, 28 Jun 2015 19:15:20
Message-Id: 20150628191509.82729746@oystercatcher.gentoo.org
1 jlec 15/06/28 19:15:09
2
3 Modified: pandas-9999.ebuild ChangeLog
4 Removed: pandas-0.15.2.ebuild pandas-0.16.0.ebuild
5 Log:
6 Drop old
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
9
10 Revision Changes Path
11 1.14 dev-python/pandas/pandas-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?r1=1.13&r2=1.14
16
17 Index: pandas-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- pandas-9999.ebuild 15 May 2015 11:30:51 -0000 1.13
24 +++ pandas-9999.ebuild 28 Jun 2015 19:15:09 -0000 1.14
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v 1.13 2015/05/15 11:30:51 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v 1.14 2015/06/28 19:15:09 jlec Exp $
30
31 EAPI=5
32
33 @@ -79,10 +79,6 @@
34 )
35 R? ( dev-python/rpy[${PYTHON_USEDEP}] )"
36
37 -PATCHES=(
38 - "${FILESDIR}"/${P}-zoneinfo.patch
39 -)
40 -
41 python_prepare_all() {
42 # Prevent un-needed download during build
43 sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/source/conf.py || die
44
45
46
47 1.53 dev-python/pandas/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.53&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.53&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.52&r2=1.53
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
56 retrieving revision 1.52
57 retrieving revision 1.53
58 diff -u -r1.52 -r1.53
59 --- ChangeLog 28 Jun 2015 10:29:59 -0000 1.52
60 +++ ChangeLog 28 Jun 2015 19:15:09 -0000 1.53
61 @@ -1,6 +1,15 @@
62 # ChangeLog for dev-python/pandas
63 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.52 2015/06/28 10:29:59 zlogene Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.53 2015/06/28 19:15:09 jlec Exp $
66 +
67 + 28 Jun 2015; Justin Lecher <jlec@g.o>
68 + -files/pandas-0.13.1-backport-test-fix.patch,
69 + -files/pandas-0.15.0-backport-GH8587.patch,
70 + -files/pandas-0.15.1-datetutil-2.3.patch,
71 + -files/pandas-0.15.1-enconding.patch, -files/pandas-0.15.1-skip-tz-test.patch,
72 + -files/pandas-0.15.2-zoneinfo.patch, -pandas-0.15.2.ebuild,
73 + -pandas-0.16.0.ebuild, pandas-9999.ebuild:
74 + Drop old
75
76 28 Jun 2015; Mikle Kolyada <zlogene@g.o> pandas-0.16.1-r1.ebuild:
77 x86 stable wrt bug #552220