diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-04-16 23:31:16 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-17 19:39:41 +0800 |
commit | ab7082040850d37e266fcbe76a0e79fffe340ac4 (patch) | |
tree | 38c64ee85e3bf6ef13bbf023e68b6bc1f3a919c8 /dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild | |
parent | 0ecfe4dbdacf6da7b95b5bdb92cf826d9ef66118 (diff) | |
download | gentoo-ab7082040850d37e266fcbe76a0e79fffe340ac4.tar.gz gentoo-ab7082040850d37e266fcbe76a0e79fffe340ac4.tar.xz |
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.ebuild | 6 |
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 0b58296ca5e..7a4cff5c2c7 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 |