Date: Mon, 27 Mar 2023 21:17:12 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07bf80320fa3 - main - textproc/py-rich: fix build in presence of git Message-ID: <202303272117.32RLHC9r033002@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=07bf80320fa30852bc43407335e959b950661e44 commit 07bf80320fa30852bc43407335e959b950661e44 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-03-27 21:15:18 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-03-27 21:17:10 +0000 textproc/py-rich: fix build in presence of git If git is installed, it seems .gitignore will somehow prevent a wheel being created. --- textproc/py-rich/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-rich/Makefile b/textproc/py-rich/Makefile index c84e2335e857..ec2ef36111ea 100644 --- a/textproc/py-rich/Makefile +++ b/textproc/py-rich/Makefile @@ -20,6 +20,8 @@ NO_ARCH= yes USES= python:3.7+ USE_PYTHON= autoplist pep517 pytest +BINARY_ALIAS= git=false + .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30900
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303272117.32RLHC9r033002>