jlec 14/12/12 07:47:58
Modified: pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild
pandas-9999.ebuild
Log:
dev-python/pandas: fix dependencies
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.7 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.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?r1=1.6&r2=1.7
Index: pandas-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pandas-0.15.0.ebuild 8 Dec 2014 08:57:36 -0000 1.6
+++ pandas-0.15.0.ebuild 12 Dec 2014 07:47:58 -0000 1.7
@@ -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.6 2014/12/08 08:57:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v
1.7 2014/12/12 07:47:58 jlec Exp $
EAPI=5
@@ -30,6 +30,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,7 +80,6 @@
PATCHES=(
"${FILESDIR}"/${PN}-0.15.1-skip-tz-test.patch
- "${FILESDIR}"/${P}-datetutil-2.3.patch
)
python_prepare_all() {
1.37 dev-python/pandas/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.37&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.37&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 8 Dec 2014 08:57:36 -0000 1.36
+++ ChangeLog 12 Dec 2014 07:47:58 -0000 1.37
@@ -1,6 +1,10 @@
# 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.36
2014/12/08 08:57:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.37
2014/12/12 07:47:58 jlec Exp $
+
+ 12 Dec 2014; Justin Lecher <[email protected]> pandas-0.15.0.ebuild,
+ pandas-0.15.1.ebuild, pandas-9999.ebuild:
+ fix dependencies
08 Dec 2014; Justin Lecher <[email protected]> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild, pandas-9999.ebuild,
1.6 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.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?r1=1.5&r2=1.6
Index: pandas-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pandas-0.15.1.ebuild 8 Dec 2014 08:57:36 -0000 1.5
+++ pandas-0.15.1.ebuild 12 Dec 2014 07:47:58 -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.1.ebuild,v
1.5 2014/12/08 08:57:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v
1.6 2014/12/12 07:47:58 jlec Exp $
EAPI=5
@@ -29,7 +29,8 @@
"
CDEPEND="
>dev-python/numpy-1.7[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.3[${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? (
@@ -39,7 +40,7 @@
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
>=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
- <dev-python/openpyxl-2.0[${PYTHON_USEDEP}]
+ dev-python/openpyxl[${PYTHON_USEDEP}]
>=dev-python/pytables-3.0.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/rpy[${PYTHON_USEDEP}]
@@ -79,7 +80,6 @@
PATCHES=(
"${FILESDIR}"/${P}-skip-tz-test.patch
- "${FILESDIR}"/${P}-datetutil-2.3.patch
)
python_prepare_all() {
1.6 dev-python/pandas/pandas-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?r1=1.5&r2=1.6
Index: pandas-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pandas-9999.ebuild 8 Dec 2014 08:57:36 -0000 1.5
+++ pandas-9999.ebuild 12 Dec 2014 07:47:58 -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-9999.ebuild,v 1.5
2014/12/08 08:57:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v 1.6
2014/12/12 07:47:58 jlec Exp $
EAPI=5
@@ -40,7 +40,7 @@
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
>=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
- <dev-python/openpyxl-2.0[${PYTHON_USEDEP}]
+ dev-python/openpyxl[${PYTHON_USEDEP}]
>=dev-python/pytables-3.0.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/rpy[${PYTHON_USEDEP}]
@@ -78,10 +78,6 @@
)
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