mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/plumbum: Drop superfluous optfeature header
Fix indendation, descriptions. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user