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 5ABF0138351 for ; Wed, 1 Apr 2020 20:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BA82E0BFA; Wed, 1 Apr 2020 20:55:39 +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 5FD6BE0BFA for ; Wed, 1 Apr 2020 20:55:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D790D34F48C for ; Wed, 1 Apr 2020 20:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D52150 for ; Wed, 1 Apr 2020 20:55:35 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1585774528.8dc1108d6fce7333ed6e3970bd0ca2d4609b022d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/manhole/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/manhole/manhole-1.6.0.ebuild X-VCS-Directories: dev-python/manhole/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 8dc1108d6fce7333ed6e3970bd0ca2d4609b022d X-VCS-Branch: dev Date: Wed, 1 Apr 2020 20:55:35 +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: 44e5546c-1351-4232-9683-5bf9541588f0 X-Archives-Hash: 020b4f0385271eef5b77ea140d13b55e commit: 8dc1108d6fce7333ed6e3970bd0ca2d4609b022d Author: Alessandro Barbieri gmail com> AuthorDate: Wed Apr 1 20:06:46 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Apr 1 20:55:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dc1108d dev-python/manhole: clarify restrict Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/manhole/manhole-1.6.0.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-python/manhole/manhole-1.6.0.ebuild b/dev-python/manhole/manhole-1.6.0.ebuild index 24175ba..6a8e3a3 100644 --- a/dev-python/manhole/manhole-1.6.0.ebuild +++ b/dev-python/manhole/manhole-1.6.0.ebuild @@ -22,6 +22,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" +#majority of test works but I can't exclude the failing one easily RESTRICT="test" RDEPEND="" @@ -33,12 +34,18 @@ DEPEND=" dev-python/process-tests[${PYTHON_USEDEP}] dev-python/pytest-travis-fold[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - www-servers/uwsgi[python,python_gevent,${PYTHON_USEDEP}] ) " +# www-servers/uwsgi[python,python_gevent,${PYTHON_USEDEP}] S="${WORKDIR}/${MYPN}-${PV}" +#src_prepare() { +# #wsgi test require network +# rm tests/wsgi.py || die +# default +#} + distutils_enable_tests pytest distutils_enable_sphinx docs \ dev-python/sphinx-py3doc-enhanced-theme \