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 2649913835A for ; Sun, 20 Sep 2020 10:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647D2E08C4; Sun, 20 Sep 2020 10:47:06 +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 4A4EDE08C4 for ; Sun, 20 Sep 2020 10:47:06 +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 F322234106B for ; Sun, 20 Sep 2020 10:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C0FA370 for ; Sun, 20 Sep 2020 10:47:03 +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: <1600598818.ad4e7ff092fc04aeb5bc0a34df0624582cfb733a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brotlipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/brotlipy/brotlipy-0.7.0-r2.ebuild dev-python/brotlipy/brotlipy-0.7.0-r3.ebuild X-VCS-Directories: dev-python/brotlipy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ad4e7ff092fc04aeb5bc0a34df0624582cfb733a X-VCS-Branch: master Date: Sun, 20 Sep 2020 10:47:03 +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: 3259a6df-e3db-4a02-9c2e-ce7b5c090ef3 X-Archives-Hash: 7c981901c062c3317cffc52b0ea48d35 commit: ad4e7ff092fc04aeb5bc0a34df0624582cfb733a Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 10:30:10 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 10:46:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4e7ff0 dev-python/brotlipy: Remove python2 Signed-off-by: Michał Górny gentoo.org> .../brotlipy/{brotlipy-0.7.0-r2.ebuild => brotlipy-0.7.0-r3.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/brotlipy/brotlipy-0.7.0-r2.ebuild b/dev-python/brotlipy/brotlipy-0.7.0-r3.ebuild similarity index 92% rename from dev-python/brotlipy/brotlipy-0.7.0-r2.ebuild rename to dev-python/brotlipy/brotlipy-0.7.0-r3.ebuild index 58775effc73..c542d45dbf4 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0-r2.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 @@ -24,7 +24,6 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" # module name collision with app-arch/brotli RDEPEND=" virtual/python-cffi[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' -2) !app-arch/brotli[python]" DEPEND=" test? (