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 AB3E9138334 for ; Fri, 6 Dec 2019 20:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F6C1E08A2; Fri, 6 Dec 2019 20:21:45 +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 66FBFE08A2 for ; Fri, 6 Dec 2019 20:21:45 +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 0667434D856 for ; Fri, 6 Dec 2019 20:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 810218D0 for ; Fri, 6 Dec 2019 20:21:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575663688.85e9b30f1f102f6350dca53f5c3fdc51bffc0e9b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose2/nose2-0.9.1-r1.ebuild X-VCS-Directories: dev-python/nose2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 85e9b30f1f102f6350dca53f5c3fdc51bffc0e9b X-VCS-Branch: master Date: Fri, 6 Dec 2019 20:21:41 +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: b5eeb3cf-f308-4853-9a91-917ef37128f3 X-Archives-Hash: 795db2c58f0d0cb8f1bff8bc7e6ce8d8 commit: 85e9b30f1f102f6350dca53f5c3fdc51bffc0e9b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 6 20:17:12 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 6 20:21:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e9b30f dev-python/nose2: python3_8 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/nose2/nose2-0.9.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose2/nose2-0.9.1-r1.ebuild b/dev-python/nose2/nose2-0.9.1-r1.ebuild index 30a4be5dac9..2c81a2d5f80 100644 --- a/dev-python/nose2/nose2-0.9.1-r1.ebuild +++ b/dev-python/nose2/nose2-0.9.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 DESCRIPTION="Next generation unittest with plugins" @@ -17,7 +17,7 @@ IUSE="doc" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( >=dev-python/sphinx-1.0.5[${PYTHON_USEDEP}] ) + doc? ( >=dev-python/sphinx-1.0.5 ) " DEPEND=" >=dev-python/coverage-4.4.1[${PYTHON_USEDEP}]