git: df551bacd1ba - main - devel/py-cli-helpers: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 04:26:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=df551bacd1ba7dd012c26eccda44005d275175f5 commit df551bacd1ba7dd012c26eccda44005d275175f5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 04:08:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 04:08:28 +0000 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 e44edd2f4925..dd207b7f599a 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 1baac94ae27d..2054e0d9e5ff 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