Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 17:25:46 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 42922f0ca2f0 - main - devel/py-pip: disable DOCS
Message-ID:  <6a3eb61a.38991.2b6978f5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42922f0ca2f0cff6708845a2ee12113cf7b2d0b9

commit 42922f0ca2f0cff6708845a2ee12113cf7b2d0b9
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-26 17:23:07 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-26 17:23:07 +0000

    devel/py-pip: disable DOCS
    
    Does not build with py-sphinx-9.0.4
    
    PR:             284845
---
 devel/py-pip/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile
index a99843d5c1fa..378390ebc24d 100644
--- a/devel/py-pip/Makefile
+++ b/devel/py-pip/Makefile
@@ -50,7 +50,8 @@ GH_ACCOUNT=	pypa
 
 SHEBANG_FILES=	src/pip/__init__.py
 
-OPTIONS_DEFINE=	DOCS
+# DOCS is broken with sphinx 9.0.4.
+# OPTIONS_DEFINE=	DOCS
 
 DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}furo>=0:textproc/py-furo@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}myst-parser>=0:textproc/py-myst-parser@${PY_FLAVOR} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3eb61a.38991.2b6978f5>