idella4 14/09/06 07:47:04 Modified: oauthlib-0.6.3.ebuild ChangeLog Log: re-add py3.2 to support reverse deps, fix syntax in RDEPEND (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/oauthlib/oauthlib-0.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild?r1=1.2&r2=1.3 Index: oauthlib-0.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- oauthlib-0.6.3.ebuild 6 Jul 2014 12:44:08 -0000 1.2 +++ oauthlib-0.6.3.ebuild 6 Sep 2014 07:47:04 -0000 1.3 @@ -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/oauthlib/oauthlib-0.6.3.ebuild,v 1.2 2014/07/06 12:44:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild,v 1.3 2014/09/06 07:47:04 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1 @@ -18,7 +18,7 @@ # >=pycrypto-2.6-r1 for python3 support # unittest2 for python2 compat -RDEPEND=">=dev-python/pycrypto-2.6-r1" +RDEPEND=">=dev-python/pycrypto-2.6-r1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( 1.35 dev-python/oauthlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 6 Jul 2014 12:44:08 -0000 1.34 +++ ChangeLog 6 Sep 2014 07:47:04 -0000 1.35 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/oauthlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.34 2014/07/06 12:44:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.35 2014/09/06 07:47:04 idella4 Exp $ + + 06 Sep 2014; Ian Delaney <[email protected]> oauthlib-0.6.3.ebuild: + re-add py3.2 to support reverse deps, fix syntax in RDEPEND 06 Jul 2014; Michał Górny <[email protected]> oauthlib-0.1.3.ebuild, oauthlib-0.3.0.ebuild, oauthlib-0.6.1.ebuild, oauthlib-0.6.3.ebuild:
