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: Sat, 30 Mar 2019 17:43:37
Message-Id: 1553967779.54372d6d51f6f4b6ea431809439d55af0e81ec01.mgorny@gentoo
1 commit: 54372d6d51f6f4b6ea431809439d55af0e81ec01
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 16:10:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 17:42:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54372d6d
7
8 dev-python/cryptography: Use virtual/python-enum34
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cryptography/cryptography-2.2.2-r1.ebuild | 4 ++--
13 dev-python/cryptography/cryptography-2.3.1.ebuild | 4 ++--
14 dev-python/cryptography/cryptography-2.3.ebuild | 4 ++--
15 dev-python/cryptography/cryptography-2.4.2.ebuild | 4 ++--
16 dev-python/cryptography/cryptography-2.5.ebuild | 2 +-
17 5 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
20 index 449719f769c..a9ee41ff6db 100644
21 --- a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
22 +++ b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -33,11 +33,11 @@ RDEPEND="
30 )
31 libressl? ( dev-libs/libressl:0= )
32 $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*')
33 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})
34 >=dev-python/idna-2.1[${PYTHON_USEDEP}]
35 >=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
36 dev-python/setuptools[${PYTHON_USEDEP}]
37 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
38 + virtual/python-enum34[${PYTHON_USEDEP}]
39 virtual/python-ipaddress[${PYTHON_USEDEP}]
40 "
41 DEPEND="${RDEPEND}
42
43 diff --git a/dev-python/cryptography/cryptography-2.3.1.ebuild b/dev-python/cryptography/cryptography-2.3.1.ebuild
44 index 1a58e5692ef..0a3fea87504 100644
45 --- a/dev-python/cryptography/cryptography-2.3.1.ebuild
46 +++ b/dev-python/cryptography/cryptography-2.3.1.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2018 Gentoo Authors
49 +# Copyright 1999-2019 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -32,11 +32,11 @@ RDEPEND="
54 )
55 )
56 libressl? ( dev-libs/libressl:0= )
57 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})
58 >=dev-python/idna-2.1[${PYTHON_USEDEP}]
59 >=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
60 dev-python/setuptools[${PYTHON_USEDEP}]
61 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
62 + virtual/python-enum34[${PYTHON_USEDEP}]
63 virtual/python-ipaddress[${PYTHON_USEDEP}]
64 "
65 DEPEND="${RDEPEND}
66
67 diff --git a/dev-python/cryptography/cryptography-2.3.ebuild b/dev-python/cryptography/cryptography-2.3.ebuild
68 index ec123a175ee..d7f68b52d82 100644
69 --- a/dev-python/cryptography/cryptography-2.3.ebuild
70 +++ b/dev-python/cryptography/cryptography-2.3.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2018 Gentoo Foundation
73 +# Copyright 1999-2019 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=6
77 @@ -32,11 +32,11 @@ RDEPEND="
78 )
79 )
80 libressl? ( dev-libs/libressl:0= )
81 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})
82 >=dev-python/idna-2.1[${PYTHON_USEDEP}]
83 >=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
84 dev-python/setuptools[${PYTHON_USEDEP}]
85 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
86 + virtual/python-enum34[${PYTHON_USEDEP}]
87 virtual/python-ipaddress[${PYTHON_USEDEP}]
88 "
89 DEPEND="${RDEPEND}
90
91 diff --git a/dev-python/cryptography/cryptography-2.4.2.ebuild b/dev-python/cryptography/cryptography-2.4.2.ebuild
92 index 4af6a76f62d..d7f68b52d82 100644
93 --- a/dev-python/cryptography/cryptography-2.4.2.ebuild
94 +++ b/dev-python/cryptography/cryptography-2.4.2.ebuild
95 @@ -1,4 +1,4 @@
96 -# Copyright 1999-2018 Gentoo Authors
97 +# Copyright 1999-2019 Gentoo Authors
98 # Distributed under the terms of the GNU General Public License v2
99
100 EAPI=6
101 @@ -32,11 +32,11 @@ RDEPEND="
102 )
103 )
104 libressl? ( dev-libs/libressl:0= )
105 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})
106 >=dev-python/idna-2.1[${PYTHON_USEDEP}]
107 >=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
108 dev-python/setuptools[${PYTHON_USEDEP}]
109 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
110 + virtual/python-enum34[${PYTHON_USEDEP}]
111 virtual/python-ipaddress[${PYTHON_USEDEP}]
112 "
113 DEPEND="${RDEPEND}
114
115 diff --git a/dev-python/cryptography/cryptography-2.5.ebuild b/dev-python/cryptography/cryptography-2.5.ebuild
116 index c6cccef62a5..d75305f32e0 100644
117 --- a/dev-python/cryptography/cryptography-2.5.ebuild
118 +++ b/dev-python/cryptography/cryptography-2.5.ebuild
119 @@ -32,11 +32,11 @@ RDEPEND="
120 )
121 )
122 libressl? ( dev-libs/libressl:0= )
123 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})
124 idna? ( >=dev-python/idna-2.1[${PYTHON_USEDEP}] )
125 >=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
126 dev-python/setuptools[${PYTHON_USEDEP}]
127 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
128 + virtual/python-enum34[${PYTHON_USEDEP}]
129 virtual/python-ipaddress[${PYTHON_USEDEP}]
130 "
131 DEPEND="${RDEPEND}