diff options
author | 2024-01-31 14:50:08 -0300 | |
---|---|---|
committer | 2024-01-31 14:55:36 -0300 | |
commit | 749741b98a1da3001e00681fc090c3b11d96cf22 (patch) | |
tree | 08d8050883cb86891c8b8e2eddade36079ab6cae /dev-python/proselint | |
parent | gui-apps/nwg-bar: drop 0.1.4 (diff) | |
download | guru-749741b98a1da3001e00681fc090c3b11d96cf22.tar.gz guru-749741b98a1da3001e00681fc090c3b11d96cf22.tar.bz2 guru-749741b98a1da3001e00681fc090c3b11d96cf22.zip |
dev-python/proselint:
Update ebuild:
Remove redundant sub-phase functions
Signed-off-by: Ronaldo V. Lobato <vieira.lobato@gmail.com>
Diffstat (limited to 'dev-python/proselint')
-rw-r--r-- | dev-python/proselint/proselint-0.13.0.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/proselint/proselint-0.13.0.ebuild b/dev-python/proselint/proselint-0.13.0.ebuild index 10c865eb1..e57c13d5f 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 -} |