mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
textproc/py-rich: update to 13.0.0
Changes: https://github.com/Textualize/rich/blob/master/CHANGELOG.md
This commit is contained in:
parent
0f8a807685
commit
d92c7f24bd
2 changed files with 14 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= rich
|
||||
PORTVERSION= 12.6.0
|
||||
PORTVERSION= 13.0.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,13 +11,17 @@ WWW= https://github.com/willmcgugan/rich
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.0:devel/py-colorama@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}CommonMark>=0.9.0:textproc/py-CommonMark@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>=2.6.0:textproc/py-pygments@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.9.0:textproc/py-CommonMark@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>=2.6.0:textproc/py-pygments@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30900
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665430659
|
||||
SHA256 (rich-12.6.0.tar.gz) = ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0
|
||||
SIZE (rich-12.6.0.tar.gz) = 220114
|
||||
TIMESTAMP = 1672609161
|
||||
SHA256 (rich-13.0.0.tar.gz) = 3aa9eba7219b8c575c6494446a59f702552efe1aa261e7eeb95548fa586e1950
|
||||
SIZE (rich-13.0.0.tar.gz) = 219643
|
||||
|
|
Loading…
Add table
Reference in a new issue