From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 31B171381F3 for ; Mon, 1 Jul 2013 15:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B44E0A70; Mon, 1 Jul 2013 15:32:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BE04E0A70 for ; Mon, 1 Jul 2013 15:32:10 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3A5533E772 for ; Mon, 1 Jul 2013 15:32:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 342122171C; Mon, 1 Jul 2013 15:32:06 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytables: metadata.xml ChangeLog pytables-2.4.0-r1.ebuild pytables-3.0.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml ChangeLog pytables-2.4.0-r1.ebuild pytables-3.0.0.ebuild X-VCS-Directories: dev-python/pytables X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130701153207.342122171C@flycatcher.gentoo.org> Date: Mon, 1 Jul 2013 15:32:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d602d711-5182-4fec-9ac1-6633131e7c97 X-Archives-Hash: 964e9156f29c7b37da593062cd04e6e1 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 @@ -python -sci - + python + sci + 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. - - Install user-contributed files - - - tables - + + Install user-contributed files + + + tables + 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 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 }