idella4     14/09/30 02:53:52

  Modified:             oauth2-1.5.211-r1.ebuild ChangeLog
  Log:
  drop py2.6 add pypy support, correct deps setup
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/oauth2/oauth2-1.5.211-r1.ebuild

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

Index: oauth2-1.5.211-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oauth2/oauth2-1.5.211-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oauth2-1.5.211-r1.ebuild    5 Sep 2013 18:47:16 -0000       1.2
+++ oauth2-1.5.211-r1.ebuild    30 Sep 2014 02:53:51 -0000      1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oauth2/oauth2-1.5.211-r1.ebuild,v 1.2 
2013/09/05 18:47:16 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oauth2/oauth2-1.5.211-r1.ebuild,v 1.3 
2014/09/30 02:53:51 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 
@@ -17,9 +17,8 @@
 IUSE="test"
 
 RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( ${RDEPEND}
                dev-python/coverage[${PYTHON_USEDEP}]
                dev-python/mock[${PYTHON_USEDEP}]
        )"



1.10                 dev-python/oauth2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oauth2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   5 Sep 2013 18:47:16 -0000       1.9
+++ ChangeLog   30 Sep 2014 02:53:51 -0000      1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oauth2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2/ChangeLog,v 1.9 
2013/09/05 18:47:16 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2/ChangeLog,v 1.10 
2014/09/30 02:53:51 idella4 Exp $
+
+  30 Sep 2014; Ian Delaney <idel...@gentoo.org> oauth2-1.5.211-r1.ebuild:
+  drop py2.6 add pypy support, correct deps setup
 
   05 Sep 2013; Michał Górny <mgo...@gentoo.org> oauth2-1.5.211-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.




Reply via email to