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 8A1D8138350 for ; Sat, 25 Jan 2020 20:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92DCFE08BE; Sat, 25 Jan 2020 20:54:31 +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 A3620E08BF for ; Sat, 25 Jan 2020 20:54:29 +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 400EF34E34C for ; Sat, 25 Jan 2020 20:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A39111 for ; Sat, 25 Jan 2020 20:54:22 +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: <1579985652.80bb5d9e4fdacd527511c89c9b08b0fb38cae1fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testfixtures/testfixtures-4.9.1.ebuild dev-python/testfixtures/testfixtures-6.8.2.ebuild X-VCS-Directories: dev-python/testfixtures/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 80bb5d9e4fdacd527511c89c9b08b0fb38cae1fb X-VCS-Branch: master Date: Sat, 25 Jan 2020 20:54:22 +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: d8cc22ea-b1ff-4de6-b929-7f2fb0cadbda X-Archives-Hash: 65fcb4a86e0ed9d0824374f02479b0dd commit: 80bb5d9e4fdacd527511c89c9b08b0fb38cae1fb Author: Michał Górny gentoo org> AuthorDate: Sat Jan 25 20:41:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 25 20:54:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bb5d9e dev-python/testfixtures: Remove Python 2 Signed-off-by: Michał Górny gentoo.org> dev-python/testfixtures/testfixtures-4.9.1.ebuild | 4 +--- dev-python/testfixtures/testfixtures-6.8.2.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/testfixtures/testfixtures-4.9.1.ebuild b/dev-python/testfixtures/testfixtures-4.9.1.ebuild index 7c2dbd6ada6..60bd10d75f5 100644 --- a/dev-python/testfixtures/testfixtures-4.9.1.ebuild +++ b/dev-python/testfixtures/testfixtures-4.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 @@ -21,14 +21,12 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' python2_7 pypy ) ) test? ( dev-python/manuel[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/nose-cover3[${PYTHON_USEDEP}] dev-python/nose_fixes[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )" python_prepare_all() { diff --git a/dev-python/testfixtures/testfixtures-6.8.2.ebuild b/dev-python/testfixtures/testfixtures-6.8.2.ebuild index a3b4728a12a..a827aad44dd 100644 --- a/dev-python/testfixtures/testfixtures-6.8.2.ebuild +++ b/dev-python/testfixtures/testfixtures-6.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -21,11 +21,9 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' python2_7 pypy ) ) test? ( dev-python/django[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-django[${PYTHON_USEDEP}] dev-python/sybil[${PYTHON_USEDEP}]