idella4     14/10/02 13:43:50

  Modified:             futures-2.2.0.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/futures/futures-2.2.0.ebuild

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

Index: futures-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- futures-2.2.0.ebuild        1 Oct 2014 02:53:59 -0000       1.1
+++ futures-2.2.0.ebuild        2 Oct 2014 13:43:50 -0000       1.2
@@ -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/futures/futures-2.2.0.ebuild,v 
1.1 2014/10/01 02:53:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild,v 
1.2 2014/10/02 13:43:50 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 pypy )
@@ -17,8 +17,6 @@
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-# Requ'd for failing tests under pypy
-DISTUTILS_IN_SOURCE_BUILD=1
 
 python_compile_all() {
        use doc && emake -C docs html
@@ -28,7 +26,8 @@
        # tests that fail under pypy
        # http://code.google.com/p/pythonfutures/issues/detail?id=27
        if [[ "${EPYTHON}" == pypy ]]; then
-               sed -e 's:test_del_shutdown:_&:g' -e 's:test_repr:_&:' -i 
test_futures.py || die
+               sed -e 's:test_del_shutdown:_&:g' \
+                       -e 's:test_repr:_&:' -i test_futures.py || die
        fi
        "${PYTHON}" test_futures.py || die "Tests fail with ${EPYTHON}"
 }



1.12                 dev-python/futures/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   1 Oct 2014 02:53:59 -0000       1.11
+++ ChangeLog   2 Oct 2014 13:43:50 -0000       1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/futures
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.11 
2014/10/01 02:53:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.12 
2014/10/02 13:43:50 idella4 Exp $
+
+  02 Oct 2014; Ian Delaney <[email protected]> futures-2.2.0.ebuild:
+  tidy
 
 *futures-2.2.0 (01 Oct 2014)
 




Reply via email to