git: 3b8c511614ce - main - devel/py-python-gitlab: Unbreak DOCS option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jun 2026 07:09:10 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3b8c511614ce60c78680a7bf38e3e672e0edb1a4
commit 3b8c511614ce60c78680a7bf38e3e672e0edb1a4
Author: Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2026-06-27 07:06:27 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-06-27 07:06:27 +0000
devel/py-python-gitlab: Unbreak DOCS option
- With the advent of py-sphinx update to 9.x docs can be built again via
the DOCS option.
PR: 296307
Sponsored by: UNIS Labs
---
devel/py-python-gitlab/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile
index c900f23c0024..4e4fbbadaecd 100644
--- a/devel/py-python-gitlab/Makefile
+++ b/devel/py-python-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= python-gitlab
DISTVERSION= 8.4.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -30,7 +31,6 @@ SUB_FILES= pkg-message
OPTIONS_DEFINE= AUTOCOMPLETE DOCS GRAPHQL YAML
OPTIONS_DEFAULT= AUTOCOMPLETE GRAPHQL YAML
-OPTIONS_EXCLUDE= DOCS
AUTOCOMPLETE_DESC= Autocompletion via argcomplete
GRAPHQL_DESC= GraphQL support
@@ -38,7 +38,6 @@ YAML_DESC= YAML output
AUTOCOMPLETE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.10.0<4:devel/py-argcomplete@${PY_FLAVOR}
-DOCS_BROKEN= Require py-sphinx >= 8: cannot import name '_ConfigRebuild' from 'sphinx.config'
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}myst-parser>0:textproc/py-myst-parser@${PY_FLAVOR} \