From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numba/
Date: Wed, 4 Nov 2015 06:40:01 +0000 (UTC) [thread overview]
Message-ID: <1446619152.7574d3f8dd8b25afb11b4b24ac789f50e6b8a351.jlec@gentoo> (raw)
commit: 7574d3f8dd8b25afb11b4b24ac789f50e6b8a351
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 06:39:12 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 )
next reply other threads:[~2015-11-04 6:40 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-04 6:40 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-20 14:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/numba/ Benda XU
2016-02-19 8:20 Patrick Lauer
2016-03-05 10:33 Patrick Lauer
2016-04-05 17:28 Patrick Lauer
2016-04-06 5:29 Patrick Lauer
2016-06-12 14:21 Patrick Lauer
2016-09-03 9:10 Patrick Lauer
2017-01-09 22:36 Aaron Bauman
2017-01-10 5:27 Sebastien Fabbro
2017-02-16 16:54 Sebastien Fabbro
2017-07-21 0:23 Sebastien Fabbro
2017-07-21 0:23 Sebastien Fabbro
2017-09-16 17:10 Patrick Lauer
2018-01-05 13:26 Michał Górny
2018-04-13 3:47 Benda XU
2018-06-24 9:40 Mikle Kolyada
2018-06-26 17:17 Mike Gilbert
2018-07-03 15:43 Mike Gilbert
2018-07-06 20:29 Mike Gilbert
2018-07-21 0:06 Mikle Kolyada
2018-08-12 14:45 Patrick Lauer
2019-12-26 14:36 David Seifert
2020-01-30 21:26 Michał Górny
2020-04-26 6:49 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1446619152.7574d3f8dd8b25afb11b4b24ac789f50e6b8a351.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox