commit: 54372d6d51f6f4b6ea431809439d55af0e81ec01
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 16:10:37 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 17:42:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54372d6d
dev-python/cryptography: Use virtual/python-enum34
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cryptography/cryptography-2.2.2-r1.ebuild | 4 ++--
dev-python/cryptography/cryptography-2.3.1.ebuild | 4 ++--
dev-python/cryptography/cryptography-2.3.ebuild | 4 ++--
dev-python/cryptography/cryptography-2.4.2.ebuild | 4 ++--
dev-python/cryptography/cryptography-2.5.ebuild | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
index 449719f769c..a9ee41ff6db 100644
--- a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
+++ b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -33,11 +33,11 @@ RDEPEND="
)
libressl? ( dev-libs/libressl:0= )
$(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]'
'python*')
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7
pypy{,3})
>=dev-python/idna-2.1[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+ virtual/python-enum34[${PYTHON_USEDEP}]
virtual/python-ipaddress[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-python/cryptography/cryptography-2.3.1.ebuild
b/dev-python/cryptography/cryptography-2.3.1.ebuild
index 1a58e5692ef..0a3fea87504 100644
--- a/dev-python/cryptography/cryptography-2.3.1.ebuild
+++ b/dev-python/cryptography/cryptography-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -32,11 +32,11 @@ RDEPEND="
)
)
libressl? ( dev-libs/libressl:0= )
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7
pypy{,3})
>=dev-python/idna-2.1[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+ virtual/python-enum34[${PYTHON_USEDEP}]
virtual/python-ipaddress[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-python/cryptography/cryptography-2.3.ebuild
b/dev-python/cryptography/cryptography-2.3.ebuild
index ec123a175ee..d7f68b52d82 100644
--- a/dev-python/cryptography/cryptography-2.3.ebuild
+++ b/dev-python/cryptography/cryptography-2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -32,11 +32,11 @@ RDEPEND="
)
)
libressl? ( dev-libs/libressl:0= )
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7
pypy{,3})
>=dev-python/idna-2.1[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+ virtual/python-enum34[${PYTHON_USEDEP}]
virtual/python-ipaddress[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-python/cryptography/cryptography-2.4.2.ebuild
b/dev-python/cryptography/cryptography-2.4.2.ebuild
index 4af6a76f62d..d7f68b52d82 100644
--- a/dev-python/cryptography/cryptography-2.4.2.ebuild
+++ b/dev-python/cryptography/cryptography-2.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -32,11 +32,11 @@ RDEPEND="
)
)
libressl? ( dev-libs/libressl:0= )
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7
pypy{,3})
>=dev-python/idna-2.1[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+ virtual/python-enum34[${PYTHON_USEDEP}]
virtual/python-ipaddress[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-python/cryptography/cryptography-2.5.ebuild
b/dev-python/cryptography/cryptography-2.5.ebuild
index c6cccef62a5..d75305f32e0 100644
--- a/dev-python/cryptography/cryptography-2.5.ebuild
+++ b/dev-python/cryptography/cryptography-2.5.ebuild
@@ -32,11 +32,11 @@ RDEPEND="
)
)
libressl? ( dev-libs/libressl:0= )
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7
pypy{,3})
idna? ( >=dev-python/idna-2.1[${PYTHON_USEDEP}] )
>=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+ virtual/python-enum34[${PYTHON_USEDEP}]
virtual/python-ipaddress[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}