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 CA14C138359 for ; Sun, 20 Sep 2020 09:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45236E08F2; Sun, 20 Sep 2020 09:36:43 +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 28EF1E08F2 for ; Sun, 20 Sep 2020 09:36:43 +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 15F563410BC for ; Sun, 20 Sep 2020 09:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB7D385 for ; Sun, 20 Sep 2020 09:36:38 +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: <1600594582.9b704c8fd59ce49947d5e0583b926c0d3518cb44.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/csv23/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/csv23/csv23-0.3.2-r1.ebuild dev-python/csv23/csv23-0.3.2.ebuild X-VCS-Directories: dev-python/csv23/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9b704c8fd59ce49947d5e0583b926c0d3518cb44 X-VCS-Branch: master Date: Sun, 20 Sep 2020 09:36:38 +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: eddcce44-bd5d-4ce1-95b8-9c5bf44a2392 X-Archives-Hash: e1baa494d25f49e0a04d414a41c0b865 commit: 9b704c8fd59ce49947d5e0583b926c0d3518cb44 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 09:18:19 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 09:36:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b704c8f dev-python/csv23: Remove python2 Signed-off-by: Michał Górny gentoo.org> dev-python/csv23/{csv23-0.3.2.ebuild => csv23-0.3.2-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/csv23/csv23-0.3.2.ebuild b/dev-python/csv23/csv23-0.3.2-r1.ebuild similarity index 79% rename from dev-python/csv23/csv23-0.3.2.ebuild rename to dev-python/csv23/csv23-0.3.2-r1.ebuild index 799997c56b1..a2facab53e1 100644 --- a/dev-python/csv23/csv23-0.3.2.ebuild +++ b/dev-python/csv23/csv23-0.3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 DESCRIPTION="Python 2/3 unicode CSV compatibility layer" @@ -16,9 +16,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86" -# note: upstream really uses mock at runtime -RDEPEND=" - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)" BDEPEND=" test? ( >=dev-python/pytest-4.6[${PYTHON_USEDEP}]