commit: 1dbd950b68d6b86db4dec9caf8fdb86da053b8d8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 20:02:02 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 03:59:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbd950b
dev-python/doit: Style adjustments
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/doit/doit-0.36.0-r1.ebuild | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-python/doit/doit-0.36.0-r1.ebuild
b/dev-python/doit/doit-0.36.0-r1.ebuild
index 086ace410ac9..337d30c34722 100644
--- a/dev-python/doit/doit-0.36.0-r1.ebuild
+++ b/dev-python/doit/doit-0.36.0-r1.ebuild
@@ -5,12 +5,15 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
+
inherit bash-completion-r1 distutils-r1
DESCRIPTION="Automation tool"
-HOMEPAGE="https://pydoit.org/
+HOMEPAGE="
+ https://pydoit.org/
+ https://github.com/pydoit/doit/
https://pypi.org/project/doit/
- https://github.com/pydoit/doit"
+"
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@@ -31,7 +34,9 @@ BDEPEND="
dev-python/pyflakes[${PYTHON_USEDEP}]
)
"
-PDEPEND=">=dev-python/doit-py-0.4.0[${PYTHON_USEDEP}]"
+PDEPEND="
+ >=dev-python/doit-py-0.4.0[${PYTHON_USEDEP}]
+"
distutils_enable_tests pytest
distutils_enable_sphinx doc \