summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-04-16 23:31:16 +0200
committerIan Delaney <idella4@gentoo.org>2016-04-17 19:39:41 +0800
commitab7082040850d37e266fcbe76a0e79fffe340ac4 (patch)
tree38c64ee85e3bf6ef13bbf023e68b6bc1f3a919c8 /dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild
parentdev-ruby/rest-client: Remove ruby19 (diff)
downloadgentoo-ab7082040850d37e266fcbe76a0e79fffe340ac4.tar.gz
gentoo-ab7082040850d37e266fcbe76a0e79fffe340ac4.tar.bz2
gentoo-ab7082040850d37e266fcbe76a0e79fffe340ac4.zip
dev-python/flask-sqlalchemy: add Python 3.5 support, EAPI=6
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1287 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild')
-rw-r--r--dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild
index 0b58296ca5e7..7a4cff5c2c77 100644
--- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild
+++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1