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 AE208138350 for ; Thu, 30 Apr 2020 17:18:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7AD5E08EC; Thu, 30 Apr 2020 17:18:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8F045E08EC for ; Thu, 30 Apr 2020 17:18:25 +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 8A0F834EF06 for ; Thu, 30 Apr 2020 17:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E97891DD for ; Thu, 30 Apr 2020 17:18:22 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1588266935.e8c293df9c51d1adf6e3d906c4f5a0e8bedb4827.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclipper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild X-VCS-Directories: dev-python/pyclipper/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e8c293df9c51d1adf6e3d906c4f5a0e8bedb4827 X-VCS-Branch: master Date: Thu, 30 Apr 2020 17:18: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: bb80296b-c79f-4fe1-9592-528adcbf9815 X-Archives-Hash: 5b48a925e1c4c4d6e8bf9a91aa426000 commit: e8c293df9c51d1adf6e3d906c4f5a0e8bedb4827 Author: Pacho Ramos gentoo org> AuthorDate: Thu Apr 30 17:15:35 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Apr 30 17:15:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c293df dev-python/pyclipper: python2 support not needed by revdeps Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild index e01613c52f8..92d5751de09 100644 --- a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild +++ b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Cython wrapper for the C++ translation of the Angus Johnson's Clipper library"