mgorny      14/08/03 10:20:38

  Modified:             astng-0.24.3.ebuild ChangeLog
  Log:
  Fix the test phase to install modules as files rather than binary egg as 
required by the code.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.7                  dev-python/astng/astng-0.24.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?r1=1.6&r2=1.7

Index: astng-0.24.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- astng-0.24.3.ebuild 31 Mar 2014 20:58:36 -0000      1.6
+++ astng-0.24.3.ebuild 3 Aug 2014 10:20:37 -0000       1.7
@@ -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/astng/astng-0.24.3.ebuild,v 1.6 
2014/03/31 20:58:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v 1.7 
2014/08/03 10:20:37 mgorny Exp $
 
 EAPI=5
 
@@ -30,6 +30,8 @@
 
 python_test() {
        distutils_install_for_testing
+       # test target needs unpacked test directories, doesn't like binary egg
+       esetup.py install_lib --install-dir="${TEST_DIR}"/lib
        
#https://bitbucket.org/logilab/astroid/issue/1/test-suite-fails-in-0243-under-py32-pypy
        # Make sure that the tests use correct modules.
        cd "${TEST_DIR}"/lib || die



1.75                 dev-python/astng/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   31 Mar 2014 20:58:36 -0000      1.74
+++ ChangeLog   3 Aug 2014 10:20:37 -0000       1.75
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/astng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.74 
2014/03/31 20:58:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.75 
2014/08/03 10:20:37 mgorny Exp $
+
+  03 Aug 2014; Michał Górny <mgo...@gentoo.org> astng-0.24.3.ebuild:
+  Fix the test phase to install modules as files rather than binary egg as
+  required by the code.
 
   31 Mar 2014; Michał Górny <mgo...@gentoo.org> astng-0.24.3.ebuild:
   Add support for the new PyPy slotting.




Reply via email to