Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/treq/
Date: Tue, 04 May 2021 19:23:18
Message-Id: 1620156126.bd5864cef3b0aada91404b49661f16b7a0e38451.sam@gentoo
1 commit: bd5864cef3b0aada91404b49661f16b7a0e38451
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 27 20:01:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:22:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5864ce
7
8 dev-python/treq: fix function/phase declaration style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/treq/treq-20.9.0.ebuild | 4 ++--
14 dev-python/treq/treq-21.1.0.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/treq/treq-20.9.0.ebuild b/dev-python/treq/treq-20.9.0.ebuild
18 index 0899f2b509c..7b1c8241280 100644
19 --- a/dev-python/treq/treq-20.9.0.ebuild
20 +++ b/dev-python/treq/treq-20.9.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -47,7 +47,7 @@ python_install_all() {
28 distutils-r1_python_install_all
29 }
30
31 -test_instructions(){
32 +test_instructions() {
33 ewarn "The 'test' USE flag and FEATURE only ensures that the correct"
34 ewarn "dependenciess are installed for this package."
35 ewarn "Please run eg:"
36
37 diff --git a/dev-python/treq/treq-21.1.0.ebuild b/dev-python/treq/treq-21.1.0.ebuild
38 index 8ba0d791aae..b5f62bffd38 100644
39 --- a/dev-python/treq/treq-21.1.0.ebuild
40 +++ b/dev-python/treq/treq-21.1.0.ebuild
41 @@ -47,7 +47,7 @@ python_install_all() {
42 distutils-r1_python_install_all
43 }
44
45 -test_instructions(){
46 +test_instructions() {
47 ewarn "The 'test' USE flag and FEATURE only ensures that the correct"
48 ewarn "dependenciess are installed for this package."
49 ewarn "Please run eg:"