diff --git a/devel/py-cli-helpers/Makefile b/devel/py-cli-helpers/Makefile index 105e41e9fe0c..1000c13ba764 100644 --- a/devel/py-cli-helpers/Makefile +++ b/devel/py-cli-helpers/Makefile @@ -1,35 +1,35 @@ PORTNAME= cli-helpers PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= cli_helpers-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helpers for building command-line apps WWW= https://cli-helpers.readthedocs.io/en/stable/ \ https://github.com/dbcli/cli_helpers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:devel/py-configobj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.9:devel/py-tabulate@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tabulate>=0.9.0:devel/py-tabulate@${PY_FLAVOR} # devel/py-tabulate[widechars] RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes OPTIONS_DEFINE= STYLES OPTIONS_DEFAULT=STYLES STYLES_DESC= Style formatted output/tables via Pygments STYLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} .include diff --git a/devel/py-cli-helpers/files/patch-setup.py b/devel/py-cli-helpers/files/patch-setup.py deleted file mode 100644 index 57e3d29e3dc2..000000000000 --- a/devel/py-cli-helpers/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"],