git: a907d249bf49 - main - devel/py-pip: adjust sphinx versions range after a7a3ac5596fd (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 19:57:52 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a907d249bf490ad558c79b6ebf4e6a4ecc9b823f commit a907d249bf490ad558c79b6ebf4e6a4ecc9b823f Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-18 19:56:01 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-18 19:57:43 +0000 devel/py-pip: adjust sphinx versions range after a7a3ac5596fd (+) Reported by: yuri Approved by: portmgr blanket (fix build) --- devel/py-pip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index b2b1df9827da..9629434eef25 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -49,7 +49,7 @@ 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} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=4.2,1<5,1:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=4.2,1<5.2,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>=0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>=0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-towncrier>=0.2.0a0:textproc/py-sphinxcontrib-towncrier@${PY_FLAVOR} \