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 98ABB1384B4 for ; Wed, 4 Nov 2015 06:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FDF8E08D0; Wed, 4 Nov 2015 06:40:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA274E08CE for ; Wed, 4 Nov 2015 06:40:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7451334074F for ; Wed, 4 Nov 2015 06:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68EC7202D for ; Wed, 4 Nov 2015 06:40:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446619152.7574d3f8dd8b25afb11b4b24ac789f50e6b8a351.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numba/numba-0.18.2.ebuild dev-python/numba/numba-0.19.2.ebuild dev-python/numba/numba-0.20.0.ebuild X-VCS-Directories: dev-python/numba/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7574d3f8dd8b25afb11b4b24ac789f50e6b8a351 X-VCS-Branch: master Date: Wed, 4 Nov 2015 06:40:01 +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: 8293705c-3576-458e-9295-f591255139e6 X-Archives-Hash: ccd5dc5472682608a61f99707c465224 commit: 7574d3f8dd8b25afb11b4b24ac789f50e6b8a351 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 4 06:39:12 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 4 06:39:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7574d3f8 dev-python/numba: Depend on virtual/funcsigs instead of dev-python/funcsigs Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/numba/numba-0.18.2.ebuild | 9 ++++----- dev-python/numba/numba-0.19.2.ebuild | 9 ++++----- dev-python/numba/numba-0.20.0.ebuild | 9 ++++----- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/dev-python/numba/numba-0.18.2.ebuild b/dev-python/numba/numba-0.18.2.ebuild index 0e35b03..73c7b31 100644 --- a/dev-python/numba/numba-0.18.2.ebuild +++ b/dev-python/numba/numba-0.18.2.ebuild @@ -4,9 +4,6 @@ EAPI=5 -# test phase is pointless since it errors in circa 60% of 1984 tests -RESTRICT="test" - PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 @@ -18,16 +15,18 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" - IUSE="doc examples test" RDEPEND=" dev-python/llvmlite[${PYTHON_USEDEP}] >=dev-python/numpy-1.6[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3}) - $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' python2_7)" + virtual/funcsigs[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} )" +# test phase is pointless since it errors in circa 60% of 1984 tests +RESTRICT="test" + python_compile() { if ! python_is_python3; then local CFLAGS="${CFLAGS} -fno-strict-aliasing" diff --git a/dev-python/numba/numba-0.19.2.ebuild b/dev-python/numba/numba-0.19.2.ebuild index b8115ec..4200848 100644 --- a/dev-python/numba/numba-0.19.2.ebuild +++ b/dev-python/numba/numba-0.19.2.ebuild @@ -4,9 +4,6 @@ EAPI=5 -# test phase is pointless since it errors in circa 60% of 1984 tests -RESTRICT="test" - PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 @@ -18,17 +15,19 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" - IUSE="doc examples test" RDEPEND=" dev-python/llvmlite[${PYTHON_USEDEP}] >=dev-python/numpy-1.6[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3}) - $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' python2_7)" + virtual/funcsigs[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +# test phase is pointless since it errors in circa 60% of 1984 tests +RESTRICT="test" + # Delete intersphinx & entry to set sphinxjp.themecore, which is absent from portage, from conf.py PATCHES=( "${FILESDIR}"/${P}-docbuild.patch ) diff --git a/dev-python/numba/numba-0.20.0.ebuild b/dev-python/numba/numba-0.20.0.ebuild index 1af7b26..2631c41 100644 --- a/dev-python/numba/numba-0.20.0.ebuild +++ b/dev-python/numba/numba-0.20.0.ebuild @@ -4,9 +4,6 @@ EAPI=5 -# test phase is pointless since it errors in circa 60% of 1984 tests -RESTRICT="test" - PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 @@ -18,17 +15,19 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" - IUSE="doc examples test" RDEPEND=" dev-python/llvmlite[${PYTHON_USEDEP}] >=dev-python/numpy-1.6[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3}) - $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' python2_7)" + virtual/funcsigs[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +# test phase is pointless since it errors in circa 60% of 1984 tests +RESTRICT="test" + # Delete intersphinx & entry to set sphinxjp.themecore, which is absent from portage, from conf.py PATCHES=( "${FILESDIR}"/${PN}-0.19.2-docbuild.patch )