Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/
Date: Fri, 16 Aug 2019 17:03:19
Message-Id: 1565974950.bbd25cbbb62e0e058467f796dc8e99c0f53a1104.floppym@gentoo
1 commit: bbd25cbbb62e0e058467f796dc8e99c0f53a1104
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Aug 15 19:31:57 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 17:02:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd25cbb
7
8 dev-python/protobuf-python: Stabilize 3.8.0 on amd64/x86.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 dev-python/protobuf-python/protobuf-python-3.8.0.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
17 index f222111ba2d..1eab5950da3 100644
18 --- a/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
19 +++ b/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
20 @@ -1,8 +1,6 @@
21 # Copyright 2008-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -# True Authors: Arfrever Frehtes Taifersar Arahesis and others
25 -
26 EAPI="7"
27 PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
28
29 @@ -25,7 +23,7 @@ fi
30
31 LICENSE="BSD"
32 SLOT="0/19"
33 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
34 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
35 IUSE=""
36
37 BDEPEND="${PYTHON_DEPS}
38 @@ -60,5 +58,5 @@ python_test() {
39 python_install_all() {
40 distutils-r1_python_install_all
41
42 - find "${D}" -name "*.pth" -delete || die
43 + find "${D}" -name "*.pth" -type f -delete || die
44 }