Gentoo Archives: gentoo-commits

From: "Antonín Říha" <antonin.riha@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-betterproto/
Date: Thu, 12 May 2022 13:24:46
Message-Id: 1652361877.1e7b951ae9fceed765733ddb77bfebd593156b57.antonin.riha@gentoo
1 commit: 1e7b951ae9fceed765733ddb77bfebd593156b57
2 Author: Antonín Říha <antonin.riha <AT> protonmail <DOT> com>
3 AuthorDate: Thu May 12 13:24:11 2022 +0000
4 Commit: Antonín Říha <antonin.riha <AT> protonmail <DOT> com>
5 CommitDate: Thu May 12 13:24:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e7b951a
7
8 dev-python/pytehon-betterproto: combined optfeature into single line
9
10 Signed-off-by: Antonín Říha <antonin.riha <AT> protonmail.com>
11
12 dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild | 5 +----
13 dev-python/python-betterproto/python-betterproto-9999.ebuild | 5 +----
14 2 files changed, 2 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
17 index 69239aa83..c8419dce0 100644
18 --- a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
19 +++ b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
20 @@ -48,8 +48,5 @@ python_test() {
21 }
22
23 pkg_postinst() {
24 - optfeature "protoc compilation support" dev-python/black
25 - optfeature "protoc compilation support" dev-python/isort
26 - optfeature "protoc compilation support" dev-python/grpcio-tools
27 - optfeature "protoc compilation support" dev-python/jinja
28 + optfeature "protoc compilation support" "dev-python/black dev-python/isort dev-python/grpcio-tools dev-python/jinja"
29 }
30
31 diff --git a/dev-python/python-betterproto/python-betterproto-9999.ebuild b/dev-python/python-betterproto/python-betterproto-9999.ebuild
32 index 69239aa83..c8419dce0 100644
33 --- a/dev-python/python-betterproto/python-betterproto-9999.ebuild
34 +++ b/dev-python/python-betterproto/python-betterproto-9999.ebuild
35 @@ -48,8 +48,5 @@ python_test() {
36 }
37
38 pkg_postinst() {
39 - optfeature "protoc compilation support" dev-python/black
40 - optfeature "protoc compilation support" dev-python/isort
41 - optfeature "protoc compilation support" dev-python/grpcio-tools
42 - optfeature "protoc compilation support" dev-python/jinja
43 + optfeature "protoc compilation support" "dev-python/black dev-python/isort dev-python/grpcio-tools dev-python/jinja"
44 }