git: 2af8ebca711f - main - devel/py-cli-helpers: Update to 2.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:22:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2af8ebca711fada51c22145694079506fa4a5899 commit 2af8ebca711fada51c22145694079506fa4a5899 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:32:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:14 +0000 devel/py-cli-helpers: Update to 2.3.1 - Update WWW Changes: https://github.com/dbcli/cli_helpers/blob/main/CHANGELOG https://cli-helpers.readthedocs.io/en/stable/changelog.html --- devel/py-cli-helpers/Makefile | 7 ++++--- devel/py-cli-helpers/distinfo | 6 +++--- devel/py-cli-helpers/files/patch-setup.py | 11 +++++++++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/devel/py-cli-helpers/Makefile b/devel/py-cli-helpers/Makefile index 61996ad61f6a..f12eaece5884 100644 --- a/devel/py-cli-helpers/Makefile +++ b/devel/py-cli-helpers/Makefile @@ -1,5 +1,5 @@ PORTNAME= cli-helpers -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,14 +7,15 @@ DISTNAME= cli_helpers-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helpers for building command-line apps -WWW= https://github.com/dbcli/cli_helpers +WWW= https://cli-helpers.readthedocs.io/en/stable/ \ + https://github.com/dbcli/cli_helpers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE # 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}tabulate>=0.8.9:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} USES= python diff --git a/devel/py-cli-helpers/distinfo b/devel/py-cli-helpers/distinfo index bc029e95d671..538be05ac966 100644 --- a/devel/py-cli-helpers/distinfo +++ b/devel/py-cli-helpers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057695 -SHA256 (cli_helpers-2.3.0.tar.gz) = e7174d003a2b58fd3e31a73fbbc45d5aa513de62cbd42d437f78b9658bd5f967 -SIZE (cli_helpers-2.3.0.tar.gz) = 36274 +TIMESTAMP = 1708449140 +SHA256 (cli_helpers-2.3.1.tar.gz) = b82a8983ceee21f180e6fd0ddb7ca8dae43c40e920951e3817f996ab204dae6a +SIZE (cli_helpers-2.3.1.tar.gz) = 36246 diff --git a/devel/py-cli-helpers/files/patch-setup.py b/devel/py-cli-helpers/files/patch-setup.py new file mode 100644 index 000000000000..57e3d29e3dc2 --- /dev/null +++ b/devel/py-cli-helpers/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-02-06 05:37:24 UTC ++++ setup.py +@@ -37,7 +37,7 @@ setup( + long_description_content_type="text/x-rst", + install_requires=[ + "configobj >= 5.0.5", +- "tabulate[widechars] >= 0.9.0", ++ "tabulate[widechars] >= 0.8.9", + ], + extras_require={ + "styles": ["Pygments >= 1.6"],