radhermit    15/01/10 06:17:48

  Modified:             ChangeLog boto-2.35.1.ebuild
  Log:
  Add python3_3 and python3_4 to PYTHON_COMPAT and update test functionality.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.102                dev-python/boto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   10 Jan 2015 06:00:55 -0000      1.101
+++ ChangeLog   10 Jan 2015 06:17:48 -0000      1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/boto
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.101 
2015/01/10 06:00:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.102 
2015/01/10 06:17:48 radhermit Exp $
+
+  10 Jan 2015; Tim Harder <radher...@gentoo.org> boto-2.35.1.ebuild:
+  Add python3_3 and python3_4 to PYTHON_COMPAT and update test functionality.
 
 *boto-2.35.1 (10 Jan 2015)
 



1.2                  dev-python/boto/boto-2.35.1.ebuild

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

Index: boto-2.35.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boto-2.35.1.ebuild  10 Jan 2015 06:00:55 -0000      1.1
+++ boto-2.35.1.ebuild  10 Jan 2015 06:17:48 -0000      1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild,v 1.1 
2015/01/10 06:00:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild,v 1.2 
2015/01/10 06:17:48 radhermit Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
@@ -14,12 +14,14 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 # requires Amazon Web Services keys to pass some tests
 RESTRICT="test"
 
 python_test() {
-       esetup.py test
+       "${PYTHON}" tests/test.py -v || die "Tests fail with ${EPYTHON}"
 }




Reply via email to