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/qstylizer/
Date: Tue, 04 May 2021 19:23:18
Message-Id: 1620156124.f5ad0f6c6098029c3765ce3f30f1c3835da1c47b.sam@gentoo
1 commit: f5ad0f6c6098029c3765ce3f30f1c3835da1c47b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 27 20:01:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:22:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ad0f6c
7
8 dev-python/qstylizer: 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/qstylizer/qstylizer-0.1.10.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/qstylizer/qstylizer-0.1.10.ebuild b/dev-python/qstylizer/qstylizer-0.1.10.ebuild
17 index d6ea4055417..7c48860646b 100644
18 --- a/dev-python/qstylizer/qstylizer-0.1.10.ebuild
19 +++ b/dev-python/qstylizer/qstylizer-0.1.10.ebuild
20 @@ -34,7 +34,7 @@ BDEPEND="
21 distutils_enable_tests pytest
22 distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-autoprogram
23
24 -python_prepare_all(){
25 +python_prepare_all() {
26 # Exception: Versioning for this project requires either an sdist tarball, or access to an
27 # upstream git repository. It's also possible that there is a mismatch between the package
28 # name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name qstylizer