git: c7409d9da301 - main - devel/py-flynt: Add missing dependancy on textproc/py-tomli
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 04:36:04 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7409d9da301f19473b050a852f8a2bbef6ec14a commit c7409d9da301f19473b050a852f8a2bbef6ec14a Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2022-01-26 04:34:56 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2022-01-26 04:34:56 +0000 devel/py-flynt: Add missing dependancy on textproc/py-tomli --- devel/py-flynt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-flynt/Makefile b/devel/py-flynt/Makefile index 309fe2e84509..317348ad3faf 100644 --- a/devel/py-flynt/Makefile +++ b/devel/py-flynt/Makefile @@ -2,6 +2,7 @@ PORTNAME= flynt PORTVERSION= 0.76 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,8 @@ COMMENT= Convert Python scripts from string formatting to f-strings LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomli>1.1.0:textproc/py-tomli@${PY_FLAVOR} USES= python:3.6+ USE_GITHUB= yes