Gentoo Archives: gentoo-commits

From: "Tiziano Müller" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-python/flask-bcrypt/
Date: Mon, 22 Feb 2016 12:40:34
Message-Id: 1456144807.1f628d52e76b3efaf5d221b050faa3571114e041.dev-zero@gentoo
1 commit: 1f628d52e76b3efaf5d221b050faa3571114e041
2 Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 12:40:07 2016 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 12:40:07 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=1f628d52
7
8 dev-python/flask-bcrypt: enable build with py3_5
9
10 dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild | 12 +++++-------
11 1 file changed, 5 insertions(+), 7 deletions(-)
12
13 diff --git a/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild b/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild
14 index 26f1df5..dd10c34 100644
15 --- a/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild
16 +++ b/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 -PYTHON_COMPAT=( python{2_7,3_4} )
25 +EAPI=6
26 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27
28 inherit distutils-r1
29
30 @@ -17,12 +17,10 @@ KEYWORDS="~amd64 ~x86"
31 IUSE="test"
32
33 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
34 - dev-python/bcrypt[${PYTHON_USEDEP}]
35 - "
36 + dev-python/bcrypt[${PYTHON_USEDEP}]"
37 DEPEND="${RDEPEND}
38 dev-python/setuptools[${PYTHON_USEDEP}]
39 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
40 - "
41 + test? ( dev-python/nose[${PYTHON_USEDEP}] )"
42
43 # use the github tarball which includes the test files
44 python_test() {