diff options
author | Sam James <sam@gentoo.org> | 2021-04-27 21:01:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 20:22:04 +0100 |
commit | f5ad0f6c6098029c3765ce3f30f1c3835da1c47b (patch) | |
tree | 54fae272347f02a1d984963f30196b80356c0211 /dev-python/qstylizer | |
parent | dev-ml/camlp5: fix function/phase declaration style (diff) | |
download | gentoo-f5ad0f6c6098029c3765ce3f30f1c3835da1c47b.tar.gz gentoo-f5ad0f6c6098029c3765ce3f30f1c3835da1c47b.tar.bz2 gentoo-f5ad0f6c6098029c3765ce3f30f1c3835da1c47b.zip |
dev-python/qstylizer: fix function/phase declaration style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/qstylizer')
-rw-r--r-- | dev-python/qstylizer/qstylizer-0.1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qstylizer/qstylizer-0.1.10.ebuild b/dev-python/qstylizer/qstylizer-0.1.10.ebuild index d6ea40554171..7c48860646b7 100644 --- a/dev-python/qstylizer/qstylizer-0.1.10.ebuild +++ b/dev-python/qstylizer/qstylizer-0.1.10.ebuild @@ -34,7 +34,7 @@ BDEPEND=" distutils_enable_tests pytest distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-autoprogram -python_prepare_all(){ +python_prepare_all() { # Exception: Versioning for this project requires either an sdist tarball, or access to an # upstream git repository. It's also possible that there is a mismatch between the package # name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name qstylizer |