public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild pandas-9999.ebuild
@ 2014-12-07 19:04 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2014-12-07 19:04 UTC (permalink / raw
  To: gentoo-commits

jlec        14/12/07 19:04:50

  Modified:             pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild
                        pandas-9999.ebuild
  Log:
  dev-python/pandas: Add missing eclass
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?r1=1.2&r2=1.3

Index: pandas-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pandas-0.15.0.ebuild	7 Dec 2014 16:57:02 -0000	1.2
+++ pandas-0.15.0.ebuild	7 Dec 2014 19:04:50 -0000	1.3
@@ -1,12 +1,12 @@
 # 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.2 2014/12/07 16:57:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v 1.3 2014/12/07 19:04:50 jlec Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
-inherit distutils-r1 flag-o-matic virtualx
+inherit distutils-r1 eutils flag-o-matic virtualx
 
 DESCRIPTION="Powerful data structures for data analysis and statistics"
 HOMEPAGE="http://pandas.sourceforge.net/"



1.33                 dev-python/pandas/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	7 Dec 2014 16:57:02 -0000	1.32
+++ ChangeLog	7 Dec 2014 19:04:50 -0000	1.33
@@ -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.32 2014/12/07 16:57:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.33 2014/12/07 19:04:50 jlec Exp $
+
+  07 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
+  pandas-0.15.1.ebuild, pandas-9999.ebuild:
+  Add missing eclass
 
 *pandas-9999 (07 Dec 2014)
 *pandas-0.15.1 (07 Dec 2014)



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?r1=1.1&r2=1.2

Index: pandas-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pandas-0.15.1.ebuild	7 Dec 2014 16:57:02 -0000	1.1
+++ pandas-0.15.1.ebuild	7 Dec 2014 19:04:50 -0000	1.2
@@ -1,12 +1,12 @@
 # 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.1 2014/12/07 16:57:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v 1.2 2014/12/07 19:04:50 jlec Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
-inherit distutils-r1 flag-o-matic virtualx
+inherit distutils-r1 eutils flag-o-matic virtualx
 
 DESCRIPTION="Powerful data structures for data analysis and statistics"
 HOMEPAGE="http://pandas.sourceforge.net/"



1.2                  dev-python/pandas/pandas-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?r1=1.1&r2=1.2

Index: pandas-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pandas-9999.ebuild	7 Dec 2014 16:57:02 -0000	1.1
+++ pandas-9999.ebuild	7 Dec 2014 19:04:50 -0000	1.2
@@ -1,12 +1,12 @@
 # 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.1 2014/12/07 16:57:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v 1.2 2014/12/07 19:04:50 jlec Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
-inherit distutils-r1 flag-o-matic git-r3 virtualx
+inherit distutils-r1 eutils flag-o-matic git-r3 virtualx
 
 DESCRIPTION="Powerful data structures for data analysis and statistics"
 HOMEPAGE="http://pandas.sourceforge.net/"





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild pandas-9999.ebuild
@ 2014-12-07 19:23 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2014-12-07 19:23 UTC (permalink / raw
  To: gentoo-commits

jlec        14/12/07 19:23:57

  Modified:             pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild
                        pandas-9999.ebuild
  Log:
  dev-python/pandas: Fix variable naming
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?r1=1.3&r2=1.4

Index: pandas-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pandas-0.15.0.ebuild	7 Dec 2014 19:04:50 -0000	1.3
+++ pandas-0.15.0.ebuild	7 Dec 2014 19:23:57 -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/pandas/pandas-0.15.0.ebuild,v 1.3 2014/12/07 19:04:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v 1.4 2014/12/07 19:23:57 jlec Exp $
 
 EAPI=5
 
@@ -17,11 +17,11 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples excel html test R"
 
-_EXTRA_DEPEND="
-	>=dev-python/google-api-python-client-1.2.0[${PYTHON_USEDEP}]
+EXTRA_DEPEND="
+	>=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep python2_7 pypy)]
 	<dev-python/openpyxl-2[${PYTHON_USEDEP}]
 	dev-python/pymysql[${PYTHON_USEDEP}]
-	>=dev-python/python-gflags[${PYTHON_USEDEP}]
+	dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)]
 	dev-python/psycopg:2[${PYTHON_USEDEP}]
 	dev-python/statsmodels[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]



1.34                 dev-python/pandas/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	7 Dec 2014 19:04:50 -0000	1.33
+++ ChangeLog	7 Dec 2014 19:23:57 -0000	1.34
@@ -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.33 2014/12/07 19:04:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.34 2014/12/07 19:23:57 jlec Exp $
+
+  07 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
+  pandas-0.15.1.ebuild, pandas-9999.ebuild:
+  Fix variable naming
 
   07 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
   pandas-0.15.1.ebuild, pandas-9999.ebuild:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?r1=1.2&r2=1.3

Index: pandas-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pandas-0.15.1.ebuild	7 Dec 2014 19:04:50 -0000	1.2
+++ pandas-0.15.1.ebuild	7 Dec 2014 19:23:57 -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/pandas/pandas-0.15.1.ebuild,v 1.2 2014/12/07 19:04:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v 1.3 2014/12/07 19:23:57 jlec Exp $
 
 EAPI=5
 
@@ -17,11 +17,11 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples excel html test R"
 
-_EXTRA_DEPEND="
-	>=dev-python/google-api-python-client-1.2.0[${PYTHON_USEDEP}]
-	<dev-python/openpyxl-2[${PYTHON_USEDEP}]
+EXTRA_DEPEND="
+	>=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep python2_7 pypy)]
+	dev-python/openpyxl[${PYTHON_USEDEP}]
 	dev-python/pymysql[${PYTHON_USEDEP}]
-	>=dev-python/python-gflags[${PYTHON_USEDEP}]
+	dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)]
 	dev-python/psycopg:2[${PYTHON_USEDEP}]
 	dev-python/statsmodels[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]



1.3                  dev-python/pandas/pandas-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?r1=1.2&r2=1.3

Index: pandas-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pandas-9999.ebuild	7 Dec 2014 19:04:50 -0000	1.2
+++ pandas-9999.ebuild	7 Dec 2014 19:23:57 -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/pandas/pandas-9999.ebuild,v 1.2 2014/12/07 19:04:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v 1.3 2014/12/07 19:23:57 jlec Exp $
 
 EAPI=5
 
@@ -18,11 +18,11 @@
 KEYWORDS=""
 IUSE="doc examples excel html test R"
 
-_EXTRA_DEPEND="
-	>=dev-python/google-api-python-client-1.2.0[${PYTHON_USEDEP}]
-	<dev-python/openpyxl-2[${PYTHON_USEDEP}]
+EXTRA_DEPEND="
+	>=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep python2_7 pypy)]
+	dev-python/openpyxl[${PYTHON_USEDEP}]
 	dev-python/pymysql[${PYTHON_USEDEP}]
-	>=dev-python/python-gflags[${PYTHON_USEDEP}]
+	dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)]
 	dev-python/psycopg:2[${PYTHON_USEDEP}]
 	dev-python/statsmodels[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild pandas-9999.ebuild
@ 2014-12-07 19:39 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2014-12-07 19:39 UTC (permalink / raw
  To: gentoo-commits

jlec        14/12/07 19:39:22

  Modified:             pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild
                        pandas-9999.ebuild
  Log:
  dev-python/pandas: Streamline postinst messages
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild?r1=1.4&r2=1.5

Index: pandas-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pandas-0.15.0.ebuild	7 Dec 2014 19:23:57 -0000	1.4
+++ pandas-0.15.0.ebuild	7 Dec 2014 19:39:22 -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.0.ebuild,v 1.4 2014/12/07 19:23:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v 1.5 2014/12/07 19:39:22 jlec Exp $
 
 EAPI=5
 
@@ -141,8 +141,8 @@
 
 pkg_postinst() {
 	local x
-	elog "Additional funtionality following packages can be installed:"
+	elog "Please install"
 	for x in ${EXTRA_DEPEND}; do
-		optfeature "" ${x}
+		optfeature "additional functionality" ${x%%[*}
 	done
 }



1.35                 dev-python/pandas/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Dec 2014 19:23:57 -0000	1.34
+++ ChangeLog	7 Dec 2014 19:39:22 -0000	1.35
@@ -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.34 2014/12/07 19:23:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.35 2014/12/07 19:39:22 jlec Exp $
+
+  07 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
+  pandas-0.15.1.ebuild, pandas-9999.ebuild:
+  Streamline postinst messages
 
   07 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
   pandas-0.15.1.ebuild, pandas-9999.ebuild:



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild?r1=1.3&r2=1.4

Index: pandas-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pandas-0.15.1.ebuild	7 Dec 2014 19:23:57 -0000	1.3
+++ pandas-0.15.1.ebuild	7 Dec 2014 19:39:22 -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/pandas/pandas-0.15.1.ebuild,v 1.3 2014/12/07 19:23:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v 1.4 2014/12/07 19:39:22 jlec Exp $
 
 EAPI=5
 
@@ -141,8 +141,8 @@
 
 pkg_postinst() {
 	local x
-	elog "Additional funtionality following packages can be installed:"
+	elog "Please install"
 	for x in ${EXTRA_DEPEND}; do
-		optfeature "" ${x}
+		optfeature "additional functionality" ${x%%[*}
 	done
 }



1.4                  dev-python/pandas/pandas-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-9999.ebuild?r1=1.3&r2=1.4

Index: pandas-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pandas-9999.ebuild	7 Dec 2014 19:23:57 -0000	1.3
+++ pandas-9999.ebuild	7 Dec 2014 19:39:22 -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/pandas/pandas-9999.ebuild,v 1.3 2014/12/07 19:23:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-9999.ebuild,v 1.4 2014/12/07 19:39:22 jlec Exp $
 
 EAPI=5
 
@@ -138,8 +138,8 @@
 
 pkg_postinst() {
 	local x
-	elog "Additional funtionality following packages can be installed:"
+	elog "Please install"
 	for x in ${EXTRA_DEPEND}; do
-		optfeature "" ${x}
+		optfeature "additional functionality" ${x%%[*}
 	done
 }





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild pandas-9999.ebuild
@ 2014-12-12  7:47 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2014-12-12  7:47 UTC (permalink / raw
  To: gentoo-commits

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 <jlec@gentoo.org> pandas-0.15.0.ebuild,
+  pandas-0.15.1.ebuild, pandas-9999.ebuild:
+  fix dependencies
 
   08 Dec 2014; Justin Lecher <jlec@gentoo.org> 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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-12  7:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12  7:47 [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.15.0.ebuild ChangeLog pandas-0.15.1.ebuild pandas-9999.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-07 19:39 Justin Lecher (jlec)
2014-12-07 19:23 Justin Lecher (jlec)
2014-12-07 19:04 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox