idella4     14/07/22 14:04:24

  Modified:             numpydoc-0.4-r1.ebuild ChangeLog
  Log:
  bump; drop py2.6 add py3 pypy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/numpydoc/numpydoc-0.4-r1.ebuild

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

Index: numpydoc-0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpydoc/numpydoc-0.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- numpydoc-0.4-r1.ebuild      16 Feb 2014 20:36:11 -0000      1.4
+++ numpydoc-0.4-r1.ebuild      22 Jul 2014 14:04:24 -0000      1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/numpydoc/numpydoc-0.4-r1.ebuild,v 1.4 
2014/02/16 20:36:11 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/numpydoc/numpydoc-0.4-r1.ebuild,v 1.5 
2014/07/22 14:04:24 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1 vcs-snapshot
 
@@ -27,5 +27,8 @@
 }
 
 python_test() {
-       nosetests || die "Testing failed with ${EPYTHON}"
+       # Tests are written only for py2m pypy
+       if ! python_is_python3; then
+               nosetests || die "Testing failed with ${EPYTHON}"
+       fi
 }



1.6                  dev-python/numpydoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpydoc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   16 Feb 2014 20:36:11 -0000      1.5
+++ ChangeLog   22 Jul 2014 14:04:24 -0000      1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/numpydoc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpydoc/ChangeLog,v 1.5 
2014/02/16 20:36:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpydoc/ChangeLog,v 1.6 
2014/07/22 14:04:24 idella4 Exp $
+
+  22 Jul 2014; Ian Delaney <idel...@gentoo.org> numpydoc-0.4-r1.ebuild:
+  bump; drop py2.6 add py3 pypy
 
   16 Feb 2014; Mike Frysinger <vap...@gentoo.org> numpydoc-0.4-r1.ebuild:
   Mark arm stable.




Reply via email to