Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
Date: Wed, 30 Nov 2016 18:05:56
Message-Id: 1480529129.19a8e78eab2320df5709d981a092d848df30fee1.mgorny@gentoo
1 commit: 19a8e78eab2320df5709d981a092d848df30fee1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 14:40:45 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 18:05:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a8e78e
7
8 dev-python/cryptography: Enable pypy3
9
10 dev-python/cryptography/cryptography-1.6.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/cryptography/cryptography-1.6.ebuild b/dev-python/cryptography/cryptography-1.6.ebuild
14 index 5fb681b..4c8499e 100644
15 --- a/dev-python/cryptography/cryptography-1.6.ebuild
16 +++ b/dev-python/cryptography/cryptography-1.6.ebuild
17 @@ -4,7 +4,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
23 PYTHON_REQ_USE="threads(+)"
24
25 inherit distutils-r1
26 @@ -22,7 +22,7 @@ RDEPEND="
27 !libressl? ( dev-libs/openssl:0= )
28 libressl? ( dev-libs/libressl )
29 $(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 'python*')
30 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)
31 + $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy{,3})
32 >=dev-python/idna-2.0[${PYTHON_USEDEP}]
33 >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
34 dev-python/setuptools[${PYTHON_USEDEP}]