diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:13:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:02 +0200 |
commit | 12240daed31fb79ddf78d0a86de9380c09f575fb (patch) | |
tree | 0040e188b872cfa2aa3468bc006a5272f8772ce9 /dev-python/plumbum | |
parent | dev-python/mako: Drop superfluous optfeature header (diff) | |
download | gentoo-12240daed31fb79ddf78d0a86de9380c09f575fb.tar.gz gentoo-12240daed31fb79ddf78d0a86de9380c09f575fb.tar.bz2 gentoo-12240daed31fb79ddf78d0a86de9380c09f575fb.zip |
dev-python/plumbum: Drop superfluous optfeature header
Fix indendation, descriptions.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/plumbum')
-rw-r--r-- | dev-python/plumbum/plumbum-1.7.0-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild index da3985d2cb5b..23e7fe5c369e 100644 --- a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild +++ b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild @@ -32,10 +32,8 @@ src_prepare() { } pkg_postinst() { - elog "To get additional features, optional runtime dependencies may be installed:" - optfeature "Remote commands via ssh" dev-python/paramiko - optfeature "Progress bars in jupyter" dev-python/ipywidgets - optfeature "Colored output in jupyter" dev-python/ipython - optfeature "Images on the command line" dev-python/pillow - elog "" + optfeature "remote commands via ssh" dev-python/paramiko + optfeature "progress bars in jupyter" dev-python/ipywidgets + optfeature "colored output in jupyter" dev-python/ipython + optfeature "images on the command line" dev-python/pillow } |