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 BA633139694 for ; Tue, 9 May 2017 15:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 704A621C08D; Tue, 9 May 2017 15:35:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EE2221C08D for ; Tue, 9 May 2017 15:35:41 +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 74B353416C7 for ; Tue, 9 May 2017 15:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51AF2745A for ; Tue, 9 May 2017 15:35:37 +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: <1494344130.55ea770918201e770acee2218e3ae361262d3385.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ndg-httpsclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild X-VCS-Directories: dev-python/ndg-httpsclient/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 55ea770918201e770acee2218e3ae361262d3385 X-VCS-Branch: master Date: Tue, 9 May 2017 15:35:37 +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-Archives-Salt: bee4ea1f-5bac-45c9-b2a5-91dfd4526ccb X-Archives-Hash: 8e01ff30bbb0fbf8b4f76a8332259148 commit: 55ea770918201e770acee2218e3ae361262d3385 Author: Michał Górny gentoo org> AuthorDate: Tue May 9 15:26:29 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 9 15:35:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ea7709 dev-python/ndg-httpsclient: Enable tests .../ndg-httpsclient-0.4.2-r1.ebuild | 25 ++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild index e7fb90d1d39..d4f272ba1c6 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild @@ -16,16 +16,37 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="" +IUSE="test" RDEPEND="dev-python/pyopenssl[$(python_gen_usedep 'python*' pypy)]" +# we need to block the previous versions since incorrect namespace +# install breaks tests DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + !!