idella4     14/12/13 07:40:25

  Modified:             apipkg-1.2-r1.ebuild ChangeLog
  Log:
  offending test seded out wrt Bug #530388
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/apipkg/apipkg-1.2-r1.ebuild

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

Index: apipkg-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apipkg-1.2-r1.ebuild        13 Dec 2014 07:13:13 -0000      1.4
+++ apipkg-1.2-r1.ebuild        13 Dec 2014 07:40:25 -0000      1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild,v 
1.4 2014/12/13 07:13:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild,v 
1.5 2014/12/13 07:40:25 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -20,8 +20,13 @@
 DEPEND="app-arch/unzip
        dev-python/setuptools[${PYTHON_USEDEP}]"
 
-python_test() {
+python_prepare_all() {
        # https://bitbucket.org/hpk42/apipkg/issue/5/test-failure-with-python-34
+       sed -e 's:test_initpkg_not_transfers_not_existing_attrs:_&:' -i 
test_apipkg.py || die
+       distutils-r1_python_prepare_all
+}
+
+python_test() {
        # Bug 530388. The test requires patching to match py3.4; trivial.
        py.test || die "Tests fail under ${EPYTHON}"
 }



1.9                  dev-python/apipkg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   13 Dec 2014 07:13:13 -0000      1.8
+++ ChangeLog   13 Dec 2014 07:40:25 -0000      1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/apipkg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v 1.8 
2014/12/13 07:13:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v 1.9 
2014/12/13 07:40:25 idella4 Exp $
+
+  13 Dec 2014; Ian Delaney <idel...@gentoo.org> apipkg-1.2-r1.ebuild:
+  offending test seded out wrt Bug #530388
 
   13 Dec 2014; Ian Delaney <idel...@gentoo.org> -apipkg-1.0.ebuild,
   -apipkg-1.2.ebuild, apipkg-1.2-r1.ebuild:




Reply via email to