git: cddba1cb342d - main - devel/py-immutabledict: Add missing BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 09:09:31 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=cddba1cb342d36a4a636ead6b485e174981901be commit cddba1cb342d36a4a636ead6b485e174981901be Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2023-04-26 09:09:05 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2023-04-26 09:09:05 +0000 devel/py-immutabledict: Add missing BUILD_DEPENDS --- devel/py-immutabledict/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-immutabledict/Makefile b/devel/py-immutabledict/Makefile index 434d9c818991..9be71cabdcbc 100644 --- a/devel/py-immutabledict/Makefile +++ b/devel/py-immutabledict/Makefile @@ -1,5 +1,6 @@ PORTNAME= immutabledict PORTVERSION= 2.2.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/corenting/immutabledict LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist concurrent pep517