git: a1ebb38f138d - main - devel/py-archspec: Broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Jun 2023 17:02:21 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1ebb38f138defaa4eaf92406125387b73760706 commit a1ebb38f138defaa4eaf92406125387b73760706 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-26 16:59:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-26 16:59:41 +0000 devel/py-archspec: Broken --- devel/py-archspec/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-archspec/Makefile b/devel/py-archspec/Makefile index b265c2109252..a869c3e2d77d 100644 --- a/devel/py-archspec/Makefile +++ b/devel/py-archspec/Makefile @@ -13,6 +13,8 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN= build fails to build it, see https://github.com/pypa/build/issues/628 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry>0:devel/py-poetry@${PY_FLAVOR} USES= python:3.7+