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 B73A3138350 for ; Sat, 25 Apr 2020 09:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3C05E09D8; Sat, 25 Apr 2020 09:07:33 +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 DA504E09D8 for ; Sat, 25 Apr 2020 09:07:33 +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 EA3E334F059 for ; Sat, 25 Apr 2020 09:07:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 612881F5 for ; Sat, 25 Apr 2020 09:07:29 +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: <1587805637.66f44cad6f19ded0333d68e238f07042f69a2864.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-r1.ebuild dev-python/brotlipy/brotlipy-0.7.0.ebuild X-VCS-Directories: dev-python/brotlipy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 66f44cad6f19ded0333d68e238f07042f69a2864 X-VCS-Branch: master Date: Sat, 25 Apr 2020 09:07:29 +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: b3496c6c-4a24-43df-afee-0f410e61b943 X-Archives-Hash: 42061b48a18bdf756db1860535a82ee2 commit: 66f44cad6f19ded0333d68e238f07042f69a2864 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 25 09:06:14 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 25 09:07:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f44cad dev-python/brotlipy: Add a blocker for app-arch/brotli[python] Signed-off-by: Michał Górny gentoo.org> .../brotlipy/{brotlipy-0.7.0.ebuild => brotlipy-0.7.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild similarity index 92% rename from dev-python/brotlipy/brotlipy-0.7.0.ebuild rename to dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild index 1842271e95a..7cd6af26849 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild @@ -23,7 +23,9 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" +# module name collision with app-arch/brotli +RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}] + !app-arch/brotli[python]" DEPEND=" ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]