summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-07-24 13:20:36 +0000
committerIan Delaney <idella4@gentoo.org>2014-07-24 13:20:36 +0000
commit487998eda98927fbf4ba5063bc779a4c5fa89dc6 (patch)
tree09a0e562c3718d08236dc8de115efacebee1206e /dev-python/pep8
parentFix blockers on libav, drop old (diff)
downloadgentoo-2-487998eda98927fbf4ba5063bc779a4c5fa89dc6.tar.gz
gentoo-2-487998eda98927fbf4ba5063bc779a4c5fa89dc6.tar.bz2
gentoo-2-487998eda98927fbf4ba5063bc779a4c5fa89dc6.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/pep8')
-rw-r--r--dev-python/pep8/ChangeLog5
-rw-r--r--dev-python/pep8/pep8-1.4.5.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pep8/ChangeLog b/dev-python/pep8/ChangeLog
index ea6d93d03dec..a7c2524bbb39 100644
--- a/dev-python/pep8/ChangeLog
+++ b/dev-python/pep8/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pep8
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.33 2014/07/20 11:06:02 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.34 2014/07/24 13:20:36 idella4 Exp $
+
+ 24 Jul 2014; Ian Delaney <idella4@gentoo.org> pep8-1.4.5.ebuild:
+ drop py2.6 add py3.4 support
20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> pep8-1.5.7.ebuild:
Keyworded on alpha, bug #508282
diff --git a/dev-python/pep8/pep8-1.4.5.ebuild b/dev-python/pep8/pep8-1.4.5.ebuild
index 658c7923bc2e..0b88a7bacc6b 100644
--- a/dev-python/pep8/pep8-1.4.5.ebuild
+++ b/dev-python/pep8/pep8-1.4.5.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/pep8/pep8-1.4.5.ebuild,v 1.4 2013/09/05 18:46:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.4.5.ebuild,v 1.5 2014/07/24 13:20:36 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