summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-24 21:03:46 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-24 21:03:46 +0000
commitc4a8502af40e4af56ec93e5a62ca478660379198 (patch)
tree0262ce99d19232df65b3446ff6eed4593cf5feb1 /dev-python/flask-script
parentSupport python 3.4 (diff)
downloadgentoo-2-c4a8502af40e4af56ec93e5a62ca478660379198.tar.gz
gentoo-2-c4a8502af40e4af56ec93e5a62ca478660379198.tar.bz2
gentoo-2-c4a8502af40e4af56ec93e5a62ca478660379198.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/flask-script')
-rw-r--r--dev-python/flask-script/ChangeLog5
-rw-r--r--dev-python/flask-script/flask-script-2.0.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-script/ChangeLog b/dev-python/flask-script/ChangeLog
index aa30429ca0fc..1cf604b10eba 100644
--- a/dev-python/flask-script/ChangeLog
+++ b/dev-python/flask-script/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/flask-script
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.18 2014/08/10 21:10:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.19 2014/11/24 21:03:46 pacho Exp $
+
+ 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> flask-script-2.0.5.ebuild:
+ Support python 3.4
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> flask-script-0.6.2.ebuild,
flask-script-0.6.3.ebuild, flask-script-0.6.6.ebuild,
diff --git a/dev-python/flask-script/flask-script-2.0.5.ebuild b/dev-python/flask-script/flask-script-2.0.5.ebuild
index 7c143376349f..e992fc0b9902 100644
--- a/dev-python/flask-script/flask-script-2.0.5.ebuild
+++ b/dev-python/flask-script/flask-script-2.0.5.ebuild
@@ -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/flask-script/flask-script-2.0.5.ebuild,v 1.3 2014/08/10 21:10:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild,v 1.4 2014/11/24 21:03:46 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1