From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39E09138334 for ; Sat, 30 Mar 2019 17:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0824FE085E; Sat, 30 Mar 2019 17:43:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C61C1E0858 for ; Sat, 30 Mar 2019 17:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 454A1335C77 for ; Sat, 30 Mar 2019 17:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B37F6582 for ; Sat, 30 Mar 2019 17:43:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1553967779.54372d6d51f6f4b6ea431809439d55af0e81ec01.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-2.2.2-r1.ebuild dev-python/cryptography/cryptography-2.3.1.ebuild dev-python/cryptography/cryptography-2.3.ebuild dev-python/cryptography/cryptography-2.4.2.ebuild dev-python/cryptography/cryptography-2.5.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 54372d6d51f6f4b6ea431809439d55af0e81ec01 X-VCS-Branch: master Date: Sat, 30 Mar 2019 17:43:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3251921-398c-4d24-b2c5-d7f7192f919f X-Archives-Hash: 487014eaf798463829983f63178db647 commit: 54372d6d51f6f4b6ea431809439d55af0e81ec01 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 30 16:10:37 2019 +0000 Commit: Michał Górny gentoo 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 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}