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 C782E13835A for ; Tue, 9 Jun 2020 16:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 160BCE0929; Tue, 9 Jun 2020 16:37:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 00D3CE0929 for ; Tue, 9 Jun 2020 16:37:05 +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 7F41134F116 for ; Tue, 9 Jun 2020 16:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF2B291 for ; Tue, 9 Jun 2020 16:37:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1591709937.34a8b59e3432e3e1db1f4b193cba5d37239787ca.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/aspectlib-1.5.0.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 34a8b59e3432e3e1db1f4b193cba5d37239787ca X-VCS-Branch: master Date: Tue, 9 Jun 2020 16:37:02 +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: ed0c2db8-b592-45db-8594-e90423bed006 X-Archives-Hash: 8a7bc514e8b7f573ef53e4fd0bb39a1a Message-ID: <20200609163702.JEzEc4zmC7w-bpIrDZoXDJV7tF9gEVAH1XaTNq_LMO8@z> commit: 34a8b59e3432e3e1db1f4b193cba5d37239787ca Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 9 13:38:57 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 9 13:38:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34a8b59e dev-python/aspectlib: add py3_7,8 tests work without these deps and they block adding new py versions Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aspectlib/aspectlib-1.5.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/aspectlib/aspectlib-1.5.0.ebuild b/dev-python/aspectlib/aspectlib-1.5.0.ebuild index 7e9732e..e33b581 100644 --- a/dev-python/aspectlib/aspectlib-1.5.0.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend @@ -29,9 +29,6 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-travis-fold[${PYTHON_USEDEP}] - dev-python/pytest-catchlog[${PYTHON_USEDEP}]