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 8FB66138350 for ; Mon, 3 Feb 2020 20:46:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51819E086A; Mon, 3 Feb 2020 20:46:15 +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 249AEE086A for ; Mon, 3 Feb 2020 20:46:15 +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 A558B34E65E for ; Mon, 3 Feb 2020 20:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2D512D for ; Mon, 3 Feb 2020 20:46:10 +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: <1580762758.436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vint/vint-0.3.18.ebuild dev-util/vint/vint-0.3.19.ebuild X-VCS-Directories: dev-util/vint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87 X-VCS-Branch: master Date: Mon, 3 Feb 2020 20:46:10 +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: deb8d0f6-fd50-45c8-89c0-817dbef1f763 X-Archives-Hash: 26a63bd48747ed2478a4009c1910b2e8 commit: 436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 3 20:38:27 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 3 20:45:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436a18f7 dev-util/vint: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-util/vint/vint-0.3.18.ebuild | 2 +- dev-util/vint/vint-0.3.19.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-util/vint/vint-0.3.18.ebuild b/dev-util/vint/vint-0.3.18.ebuild index 31bbe3b8b53..a8842c4b162 100644 --- a/dev-util/vint/vint-0.3.18.ebuild +++ b/dev-util/vint/vint-0.3.18.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-util/vint/vint-0.3.19.ebuild b/dev-util/vint/vint-0.3.19.ebuild index b91fdf6bce9..37d2eeb1dbc 100644 --- a/dev-util/vint/vint-0.3.19.ebuild +++ b/dev-util/vint/vint-0.3.19.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 @@ -29,7 +29,6 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( >=dev-python/pytest-3.3.2[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7) ) "