jlec 14/12/08 08:57:36
Modified: pandas-9999.ebuild pandas-0.15.0.ebuild
pandas-0.15.1.ebuild ChangeLog
Log:
dev-python/pandas: Backport fix for datetuil-2.3
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.5 dev-python/pandas/pandas-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?r1=1.4&r2=1.5
Index: pandas-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pandas-9999.ebuild 7 Dec 2014 19:39:22 -0000 1.4
+++ pandas-9999.ebuild 8 Dec 2014 08:57:36 -0000 1.5
@@ -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/pandas/pandas-9999.ebuild,v 1.4
2014/12/07 19:39:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v 1.5
2014/12/08 08:57:36 jlec Exp $
EAPI=5
@@ -78,6 +78,10 @@
)
R? ( dev-python/rpy[${PYTHON_USEDEP}] )"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.15.1-skip-tz-test.patch
+)
+
python_prepare_all() {
if use doc; then
# Prevent un-needed download during build
1.6 dev-python/pandas/pandas-0.15.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?r1=1.5&r2=1.6
Index: pandas-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pandas-0.15.0.ebuild 7 Dec 2014 19:39:22 -0000 1.5
+++ pandas-0.15.0.ebuild 8 Dec 2014 08:57:36 -0000 1.6
@@ -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/pandas/pandas-0.15.0.ebuild,v
1.5 2014/12/07 19:39:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v
1.6 2014/12/08 08:57:36 jlec Exp $
EAPI=5
@@ -78,7 +78,8 @@
R? ( dev-python/rpy[${PYTHON_USEDEP}] )"
PATCHES=(
- "${FILESDIR}"/${P}-backport-GH8587.patch
+ "${FILESDIR}"/${PN}-0.15.1-skip-tz-test.patch
+ "${FILESDIR}"/${P}-datetutil-2.3.patch
)
python_prepare_all() {
1.5 dev-python/pandas/pandas-0.15.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?r1=1.4&r2=1.5
Index: pandas-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pandas-0.15.1.ebuild 7 Dec 2014 19:39:22 -0000 1.4
+++ pandas-0.15.1.ebuild 8 Dec 2014 08:57:36 -0000 1.5
@@ -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/pandas/pandas-0.15.1.ebuild,v
1.4 2014/12/07 19:39:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v
1.5 2014/12/08 08:57:36 jlec Exp $
EAPI=5
@@ -29,7 +29,7 @@
"
CDEPEND="
>dev-python/numpy-1.7[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-dateutil-2.3[${PYTHON_USEDEP}]
!~dev-python/openpyxl-1.9.0[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
doc? (
@@ -79,6 +79,7 @@
PATCHES=(
"${FILESDIR}"/${P}-skip-tz-test.patch
+ "${FILESDIR}"/${P}-datetutil-2.3.patch
)
python_prepare_all() {
1.36 dev-python/pandas/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.36&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.36&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 7 Dec 2014 19:39:22 -0000 1.35
+++ ChangeLog 8 Dec 2014 08:57:36 -0000 1.36
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pandas
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.35
2014/12/07 19:39:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.36
2014/12/08 08:57:36 jlec Exp $
+
+ 08 Dec 2014; Justin Lecher <[email protected]> pandas-0.15.0.ebuild,
+ pandas-0.15.1.ebuild, pandas-9999.ebuild,
+ +files/pandas-0.15.1-datetutil-2.3.patch:
+ Backport fix for datetuil-2.3
07 Dec 2014; Justin Lecher <[email protected]> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild, pandas-9999.ebuild: