public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pytables: metadata.xml ChangeLog pytables-2.4.0-r1.ebuild pytables-3.0.0.ebuild
@ 2013-07-01 15:32 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-07-01 15:32 UTC (permalink / raw
  To: gentoo-commits

jlec        13/07/01 15:32:06

  Modified:             metadata.xml ChangeLog pytables-2.4.0-r1.ebuild
                        pytables-3.0.0.ebuild
  Log:
  dev-python/pytables: Correct use of python eclass, #475062
  
  (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.7                  dev-python/pytables/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml	18 Jun 2013 00:20:27 -0000	1.6
+++ metadata.xml	1 Jul 2013 15:32:06 -0000	1.7
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>python</herd>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>python</herd>
+  <herd>sci</herd>
+  <longdescription lang="en">
   PyTables is a hierarchical database package designed to efficently
   manage very large amounts of data. PyTables is built on top of the
   HDF5 library and the NumPy package. It features an object-oriented
@@ -11,10 +11,10 @@
   from Pyrex sources, makes it a fast, yet extremely easy to use tool
   for interactively save and retrieve large amounts of data.
 </longdescription>
-<use>
-  <flag name="contrib">Install user-contributed files</flag>
-</use>
-<upstream>
-  <remote-id type="pypi">tables</remote-id>
-</upstream>
+  <use>
+    <flag name="contrib">Install user-contributed files</flag>
+  </use>
+  <upstream>
+    <remote-id type="pypi">tables</remote-id>
+  </upstream>
 </pkgmetadata>



1.46                 dev-python/pytables/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	18 Jun 2013 00:20:27 -0000	1.45
+++ ChangeLog	1 Jul 2013 15:32:06 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pytables
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.45 2013/06/18 00:20:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.46 2013/07/01 15:32:06 jlec Exp $
+
+  01 Jul 2013; Justin Lecher <jlec@gentoo.org> pytables-2.4.0-r1.ebuild,
+  pytables-3.0.0.ebuild, metadata.xml:
+  Correct use of python eclass, #475062
 
 *pytables-3.0.0 (18 Jun 2013)
 



1.2                  dev-python/pytables/pytables-2.4.0-r1.ebuild

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

Index: pytables-2.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.4.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytables-2.4.0-r1.ebuild	4 May 2013 10:31:49 -0000	1.1
+++ pytables-2.4.0-r1.ebuild	1 Jul 2013 15:32:06 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.4.0-r1.ebuild,v 1.1 2013/05/04 10:31:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.4.0-r1.ebuild,v 1.2 2013/07/01 15:32:06 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 MY_PN=tables
 MY_P=${MY_PN}-${PV}
@@ -20,14 +20,16 @@
 LICENSE="BSD"
 IUSE="doc contrib examples"
 
-RDEPEND="
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
 	sci-libs/hdf5:=
-	>=dev-python/numpy-1.6.0
-	dev-python/numexpr
+	>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+	dev-python/numexpr[${PYTHON_USEDEP}]
 	dev-libs/lzo:2
 	app-arch/bzip2"
 DEPEND="${RDEPEND}
-	dev-python/cython"
+	dev-python/cython[${PYTHON_USEDEP}]"
 
 S=${WORKDIR}/${MY_P}
 



1.2                  dev-python/pytables/pytables-3.0.0.ebuild

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

Index: pytables-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytables-3.0.0.ebuild	18 Jun 2013 00:20:27 -0000	1.1
+++ pytables-3.0.0.ebuild	1 Jul 2013 15:32:06 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.0.0.ebuild,v 1.1 2013/06/18 00:20:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.0.0.ebuild,v 1.2 2013/07/01 15:32:06 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
 MY_PN=tables
 MY_P=${MY_PN}-${PV}
@@ -20,14 +20,16 @@
 LICENSE="BSD"
 IUSE="doc contrib examples"
 
-RDEPEND="
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
 	sci-libs/hdf5:=
-	>=dev-python/numpy-1.6.0
-	dev-python/numexpr
+	>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+	dev-python/numexpr[${PYTHON_USEDEP}]
 	dev-libs/lzo:2
 	app-arch/bzip2"
 DEPEND="${RDEPEND}
-	dev-python/cython"
+	dev-python/cython[${PYTHON_USEDEP}]"
 
 S=${WORKDIR}/${MY_P}
 
@@ -40,7 +42,7 @@
 }
 
 python_test() {
-	cd ${BUILD_DIR}/lib* || die
+	cd "${BUILD_DIR}"/lib* || die
 	${EPYTHON} tables/tests/test_all.py || die
 }
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-01 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 15:32 [gentoo-commits] gentoo-x86 commit in dev-python/pytables: metadata.xml ChangeLog pytables-2.4.0-r1.ebuild pytables-3.0.0.ebuild 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