commit: 749741b98a1da3001e00681fc090c3b11d96cf22
Author: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Wed Jan 31 17:50:08 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Jan 31 17:55:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=749741b9
dev-python/proselint:
Update ebuild:
Remove redundant sub-phase functions
Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>
dev-python/proselint/proselint-0.13.0.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-python/proselint/proselint-0.13.0.ebuild
b/dev-python/proselint/proselint-0.13.0.ebuild
index 10c865eb15..e57c13d5f5 100644
--- a/dev-python/proselint/proselint-0.13.0.ebuild
+++ b/dev-python/proselint/proselint-0.13.0.ebuild
@@ -24,11 +24,3 @@ RDEPEND="
"
distutils_enable_tests pytest
-
-python_test() {
- epytest
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-}