Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brotlipy/
Date: Sat, 25 Apr 2020 09:07:34
Message-Id: 1587805637.66f44cad6f19ded0333d68e238f07042f69a2864.mgorny@gentoo
1 commit: 66f44cad6f19ded0333d68e238f07042f69a2864
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 09:06:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 09:07:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f44cad
7
8 dev-python/brotlipy: Add a blocker for app-arch/brotli[python]
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../brotlipy/{brotlipy-0.7.0.ebuild => brotlipy-0.7.0-r1.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild
16 similarity index 92%
17 rename from dev-python/brotlipy/brotlipy-0.7.0.ebuild
18 rename to dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild
19 index 1842271e95a..7cd6af26849 100644
20 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild
21 +++ b/dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild
22 @@ -23,7 +23,9 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
23 IUSE="test"
24 RESTRICT="!test? ( test )"
25
26 -RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
27 +# module name collision with app-arch/brotli
28 +RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]
29 + !app-arch/brotli[python]"
30 DEPEND="
31 ${RDEPEND}
32 dev-python/setuptools[${PYTHON_USEDEP}]