summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-05-24 09:38:45 +0000
committerIan Delaney <idella4@gentoo.org>2014-05-24 09:38:45 +0000
commita53e92b0612559dcc11143a9e8c02aa1c01ad4f3 (patch)
tree666e014e4079887827157676401c6fc28e667fb9 /dev-python/httplib2
parentStable on amd64 wrt bug #509526 (diff)
downloadgentoo-2-a53e92b0612559dcc11143a9e8c02aa1c01ad4f3.tar.gz
gentoo-2-a53e92b0612559dcc11143a9e8c02aa1c01ad4f3.tar.bz2
gentoo-2-a53e92b0612559dcc11143a9e8c02aa1c01ad4f3.zip
drop py2.6 add py3.4 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r--dev-python/httplib2/ChangeLog7
-rw-r--r--dev-python/httplib2/httplib2-0.8.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog
index 320f89f5afed..9b6edb62f4a8 100644
--- a/dev-python/httplib2/ChangeLog
+++ b/dev-python/httplib2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/httplib2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.41 2013/09/05 18:46:31 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.42 2014/05/24 09:38:45 idella4 Exp $
+
+ 24 May 2014; Ian Delaney <idella4@gentoo.org> httplib2-0.8.ebuild:
+ drop py2.6 add py3.4 support
05 Sep 2013; Michał Górny <mgorny@gentoo.org> httplib2-0.7.7.ebuild,
httplib2-0.8.ebuild:
diff --git a/dev-python/httplib2/httplib2-0.8.ebuild b/dev-python/httplib2/httplib2-0.8.ebuild
index 9a69802aa008..709e5c114af6 100644
--- a/dev-python/httplib2/httplib2-0.8.ebuild
+++ b/dev-python/httplib2/httplib2-0.8.ebuild
@@ -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/httplib2/httplib2-0.8.ebuild,v 1.2 2013/09/05 18:46:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 1.3 2014/05/24 09:38:44 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1