commit:     1f628d52e76b3efaf5d221b050faa3571114e041
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 12:40:07 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 12:40:07 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=1f628d52

dev-python/flask-bcrypt: enable build with py3_5

 dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild 
b/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild
index 26f1df5..dd10c34 100644
--- a/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild
+++ b/dev-python/flask-bcrypt/flask-bcrypt-0.7.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_4} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -17,12 +17,10 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
-       dev-python/bcrypt[${PYTHON_USEDEP}]
-       "
+       dev-python/bcrypt[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )
-       "
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 # use the github tarball which includes the test files
 python_test() {

Reply via email to