diff options
Diffstat (limited to 'textproc/py-rich-cli')
-rw-r--r-- | textproc/py-rich-cli/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-rich-cli/distinfo | 6 | ||||
-rw-r--r-- | textproc/py-rich-cli/files/patch-pyproject.toml | 36 |
3 files changed, 30 insertions, 20 deletions
diff --git a/textproc/py-rich-cli/Makefile b/textproc/py-rich-cli/Makefile index 126d7e89ed24..f6841bc62ae1 100644 --- a/textproc/py-rich-cli/Makefile +++ b/textproc/py-rich-cli/Makefile @@ -1,9 +1,9 @@ PORTNAME= rich-cli -PORTVERSION= 1.8.0 -PORTREVISION= 3 +PORTVERSION= 1.8.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= rich_cli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command Line Interface to Rich @@ -12,10 +12,10 @@ WWW= https://github.com/Textualize/rich-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=2.0.0<3.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.0<9.0.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3.0.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rich>=12.4.1:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>=12.4.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich-rst>=1.1.7<2.0.0:textproc/py-rich-rst@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}textual>=0.1.18:textproc/py-textual@${PY_FLAVOR} diff --git a/textproc/py-rich-cli/distinfo b/textproc/py-rich-cli/distinfo index 333878672745..83eafb7f55d3 100644 --- a/textproc/py-rich-cli/distinfo +++ b/textproc/py-rich-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652523258 -SHA256 (rich-cli-1.8.0.tar.gz) = 7f99ed213fb18c25999b644335f74d2be621a3a68593359e7fc62e95fe7e9a8a -SIZE (rich-cli-1.8.0.tar.gz) = 17194 +TIMESTAMP = 1759816724 +SHA256 (rich_cli-1.8.1.tar.gz) = 16992bcbd454974dc53671ba1a12e189148566164aaa7370bdf6648c8b1438c3 +SIZE (rich_cli-1.8.1.tar.gz) = 15826 diff --git a/textproc/py-rich-cli/files/patch-pyproject.toml b/textproc/py-rich-cli/files/patch-pyproject.toml index be4453bc1f99..0864c16e22c8 100644 --- a/textproc/py-rich-cli/files/patch-pyproject.toml +++ b/textproc/py-rich-cli/files/patch-pyproject.toml @@ -1,15 +1,25 @@ ---- pyproject.toml.orig 2022-05-08 16:55:58 UTC +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml -@@ -23,10 +23,10 @@ python = "^3.7" +@@ -4,8 +4,7 @@ readme = "README.md" + version = "1.8.1" + description = "Command Line Interface to Rich" + readme = "README.md" +-license = "MIT" +-license-files = ["LICENSE"] ++license = { text = "MIT" } + authors = [{ name = "Will McGugan", email = "willmcgugan@gmail.com" }] + classifiers = [ + "Development Status :: 5 - Production/Stable", +@@ -22,10 +21,10 @@ dependencies = [ + ] + requires-python = ">=3.9" + dependencies = [ +- "rich (>=12.4.0,<13.0.0)", ++ "rich (>=12.4.0)", + "click (>=8.0.0,<9.0.0)", + "requests (>=2.0.0,<3.0.0)", +- "textual (>=0.1.18,<0.2.0)", ++ "textual (>=0.1.18)", + "rich-rst (>=1.1.7,<2.0.0)", + ] - [tool.poetry.dependencies] - python = "^3.7" --rich = "^12.4.1" -+rich = ">=12.4.1" - click = "^8.0.0" - requests = "^2.0.0" --textual = "^0.1.18" -+textual = ">=0.1.18" - rich-rst = "^1.1.7" - - [tool.poetry.dev-dependencies] |