summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-13 09:26:34 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-13 09:26:34 +0000
commit65a388e2e834874a8a4d279e925d88f1bf499324 (patch)
tree584ba5ad408a6d83f336354e35cd870fb1a0abe7 /dev-python/requests-oauthlib
parentAlso compatible with python3_3 (diff)
downloadgentoo-2-65a388e2e834874a8a4d279e925d88f1bf499324.tar.gz
gentoo-2-65a388e2e834874a8a4d279e925d88f1bf499324.tar.bz2
gentoo-2-65a388e2e834874a8a4d279e925d88f1bf499324.zip
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/requests-oauthlib')
-rw-r--r--dev-python/requests-oauthlib/ChangeLog5
-rw-r--r--dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/requests-oauthlib/ChangeLog b/dev-python/requests-oauthlib/ChangeLog
index 9836c812cd2c..0862c80454f6 100644
--- a/dev-python/requests-oauthlib/ChangeLog
+++ b/dev-python/requests-oauthlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/requests-oauthlib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 1.1 2013/08/24 07:36:49 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 1.2 2013/10/13 09:26:34 pacho Exp $
+
+ 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> requests-oauthlib-0.3.3.ebuild:
+ Also compatible with python3_3
*requests-oauthlib-0.3.3 (24 Aug 2013)
diff --git a/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild
index b0e34cd7f991..15ba45402d0f 100644
--- a/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild
+++ b/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild,v 1.1 2013/08/24 07:36:49 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild,v 1.2 2013/10/13 09:26:34 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1