From df551bacd1ba7dd012c26eccda44005d275175f5 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 27 May 2023 12:08:28 +0800 Subject: [PATCH] devel/py-cli-helpers: Cosmetic change --- devel/py-cli-helpers/Makefile | 2 +- devel/py-cli-helpers/pkg-descr | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/devel/py-cli-helpers/Makefile b/devel/py-cli-helpers/Makefile index e44edd2f4925b..dd207b7f599aa 100644 --- a/devel/py-cli-helpers/Makefile +++ b/devel/py-cli-helpers/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/dbcli/cli_helpers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -# Note: wcwidth comes from tabulate[widechars] +# Note: devel/py-wcwidth comes from devel/py-tabulate[widechars] RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.2:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} diff --git a/devel/py-cli-helpers/pkg-descr b/devel/py-cli-helpers/pkg-descr index 1baac94ae27d3..2054e0d9e5ff2 100644 --- a/devel/py-cli-helpers/pkg-descr +++ b/devel/py-cli-helpers/pkg-descr @@ -1,15 +1,13 @@ -CLI Helpers is a Python package that makes it easy to perform common tasks -when building command-line apps. It's a helper library for command-line -interfaces. +CLI Helpers is a Python package that makes it easy to perform common tasks when +building command-line apps. It's a helper library for command-line interfaces. -Libraries like Click and Python Prompt Toolkit are amazing tools that help -you create quality apps. CLI Helpers complements these libraries by wrapping -up common tasks in simple interfaces. +Libraries like Click and Python Prompt Toolkit are amazing tools that help you +create quality apps. CLI Helpers complements these libraries by wrapping up +common tasks in simple interfaces. -CLI Helpers is not focused on your app's design pattern or framework -- you -can use it on its own or in combination with other libraries. It is -lightweight and easy to extend. +CLI Helpers is not focused on your app's design pattern or framework -- you can +use it on its own or in combination with other libraries. It is lightweight and +easy to extend. -What's included in CLI Helpers? -- Prettyprinting of tabular data with custom pre-processing -- [in progress] config file reading/writing +What's included in CLI Helpers? - Prettyprinting of tabular data with custom +pre-processing - [in progress] config file reading/writing