Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 09:09:31 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cddba1cb342d - main - devel/py-immutabledict: Add missing BUILD_DEPENDS
Message-ID:  <202304260909.33Q99V4b076002@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304260909.33Q99V4b076002>