Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Fri, 08 Dec 2017 22:52:37
Message-Id: 1512773523.3bde9b089815b000320a424f12c056080c545e79.prometheanfire@gentoo
1 commit: 3bde9b089815b000320a424f12c056080c545e79
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 8 22:43:21 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 8 22:52:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bde9b08
7
8 app-crypt/acme: update 9999
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-crypt/acme/acme-9999.ebuild | 16 ++++++++++++----
13 1 file changed, 12 insertions(+), 4 deletions(-)
14
15 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
16 index a8fc5d0ba45..b02dbde82a9 100644
17 --- a/app-crypt/acme/acme-9999.ebuild
18 +++ b/app-crypt/acme/acme-9999.ebuild
19 @@ -23,15 +23,23 @@ LICENSE="Apache-2.0"
20 SLOT="0"
21 IUSE="test"
22
23 -RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
24 +RDEPEND="
25 + >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
26 dev-python/mock[${PYTHON_USEDEP}]
27 >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
28 dev-python/pyrfc3339[${PYTHON_USEDEP}]
29 dev-python/pytz[${PYTHON_USEDEP}]
30 >=dev-python/requests-2.10[${PYTHON_USEDEP}]
31 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
32 -DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
33 - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
34 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
35 +"
36 +DEPEND="
37 + test? (
38 + ${RDEPEND}
39 + dev-python/pytest[${PYTHON_USEDEP}]
40 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
41 + )
42 + >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
43 +"
44
45 python_test() {
46 nosetests -w ${PN} || die