idella4     15/06/02 15:27:12

  Modified:             numba-0.18.2.ebuild ChangeLog
  Removed:              numba-0.16.0.ebuild numba-0.14.0.ebuild
                        numba-0.12.1.ebuild numba-0.13.2.ebuild
                        numba-0.13.4.ebuild numba-0.13.3.ebuild
                        numba-0.13.0.ebuild numba-0.12.2.ebuild
                        numba-0.15.1.ebuild
  Log:
  set funcsigs within RDEPEND wrt bug #550588, rm old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/numba/numba-0.18.2.ebuild

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

Index: numba-0.18.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numba-0.18.2.ebuild 14 Apr 2015 03:14:25 -0000      1.1
+++ numba-0.18.2.ebuild 2 Jun 2015 15:27:12 -0000       1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v 1.1 
2015/04/14 03:14:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v 1.2 
2015/06/02 15:27:12 idella4 Exp $
 
 EAPI=5
 
-# Tests won't fail when they fail, so test phase is pointless
+# test phase is pointless since it errors in circa 60% of 1984 tests 
 RESTRICT="test"
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -25,9 +25,8 @@
        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})
-"
-DEPEND="${RDEPEND}
-       test? ( $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 
python2_7) )"
+       $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 
python2_7)"
+DEPEND="test? ( ${RDEPEND} )"
 
 python_compile() {
        if ! python_is_python3; then



1.16                 dev-python/numba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   14 Apr 2015 03:14:25 -0000      1.15
+++ ChangeLog   2 Jun 2015 15:27:12 -0000       1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/numba
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.15 
2015/04/14 03:14:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.16 
2015/06/02 15:27:12 idella4 Exp $
+
+  02 Jun 2015; Ian Delaney <[email protected]> -numba-0.12.1.ebuild,
+  -numba-0.12.2.ebuild, -numba-0.13.0.ebuild, -numba-0.13.2.ebuild,
+  -numba-0.13.3.ebuild, -numba-0.13.4.ebuild, -numba-0.14.0.ebuild,
+  -numba-0.15.1.ebuild, -numba-0.16.0.ebuild, numba-0.18.2.ebuild:
+  set funcsigs within RDEPEND wrt bug #550588, rm old
 
 *numba-0.18.2 (14 Apr 2015)
 




Reply via email to