Date: Mon, 27 Mar 2023 19:59:21 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e89aef94c0b3 - main - textproc/py-rich: Update to 13.3.3 Message-ID: <202303271959.32RJxLq4000662@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=e89aef94c0b36960f27c9e7c5ec424cda49cbb9a commit e89aef94c0b36960f27c9e7c5ec424cda49cbb9a Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-03-27 19:56:49 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-03-27 19:59:05 +0000 textproc/py-rich: Update to 13.3.3 Switch to USE_PYTHON= pep517 pytest Changes: https://github.com/Textualize/rich/blob/v13.3.3/CHANGELOG.md --- textproc/py-rich/Makefile | 8 +++++--- textproc/py-rich/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/textproc/py-rich/Makefile b/textproc/py-rich/Makefile index 4728a7092706..c84e2335e857 100644 --- a/textproc/py-rich/Makefile +++ b/textproc/py-rich/Makefile @@ -1,5 +1,5 @@ PORTNAME= rich -PORTVERSION= 13.3.2 +PORTVERSION= 13.3.3 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,14 @@ WWW= https://github.com/Textualize/rich LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=2.1.0<3.0.0:textproc/py-markdown-it-py@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.14.0<3.0.0:textproc/py-pygments@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pygments>=2.13.0<3.0.0:textproc/py-pygments@${PY_FLAVOR} NO_ARCH= yes USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist pep517 pytest .include <bsd.port.pre.mk> diff --git a/textproc/py-rich/distinfo b/textproc/py-rich/distinfo index 45c0a40efb66..de511856a448 100644 --- a/textproc/py-rich/distinfo +++ b/textproc/py-rich/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678035890 -SHA256 (rich-13.3.2.tar.gz) = 91954fe80cfb7985727a467ca98a7618e5dd15178cc2da10f553b36a93859001 -SIZE (rich-13.3.2.tar.gz) = 220640 +TIMESTAMP = 1679937132 +SHA256 (rich-13.3.3.tar.gz) = dc84400a9d842b3a9c5ff74addd8eb798d155f36c1c91303888e0a66850d2a15 +SIZE (rich-13.3.3.tar.gz) = 219231
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303271959.32RJxLq4000662>