diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2023-03-27 19:56:49 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2023-03-27 19:59:05 +0000 |
commit | e89aef94c0b36960f27c9e7c5ec424cda49cbb9a (patch) | |
tree | aee0b7bf389616d371353e11e9245257d4b9981a | |
parent | 9e400cec0c0b239e1612d80d271330623fc04cb5 (diff) | |
download | ports-e89aef94c0b36960f27c9e7c5ec424cda49cbb9a.tar.gz ports-e89aef94c0b36960f27c9e7c5ec424cda49cbb9a.zip |
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
-rw-r--r-- | textproc/py-rich/Makefile | 8 | ||||
-rw-r--r-- | 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 |