git: fb7e9bf28b4e - main - textproc/py-sphinxcontrib-bibtex: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jun 2026 20:51:19 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fb7e9bf28b4e6a13ecec075c4d48d4a5850505cc
commit fb7e9bf28b4e6a13ecec075c4d48d4a5850505cc
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:45:27 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:45:27 +0000
textproc/py-sphinxcontrib-bibtex: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
---
textproc/py-sphinxcontrib-bibtex/Makefile | 3 ++-
textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml | 9 ---------
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile
index a77347f8d2bb..c0e259b033da 100644
--- a/textproc/py-sphinxcontrib-bibtex/Makefile
+++ b/textproc/py-sphinxcontrib-bibtex/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sphinxcontrib-bibtex
PORTVERSION= 2.7.0
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.20,1:textproc/py-docutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybtex>=0.25:textproc/py-pybtex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybtex-docutils>=1.0.2:textproc/py-pybtex-docutils@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx>=3.5,1:textproc/py-sphinx@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}sphinx>=7.4,1:textproc/py-sphinx@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml b/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml
index e970f09726c7..409975577b20 100644
--- a/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml
+++ b/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml
@@ -9,12 +9,3 @@
description = "Sphinx extension for BibTeX style citations."
readme = "README.rst"
requires-python = ">=3.10"
-@@ -32,7 +32,7 @@ dependencies = [
- "Topic :: Utilities",
- ]
- dependencies = [
-- "Sphinx>=7.4",
-+ "Sphinx>=4.0",
- "docutils>=0.20",
- "pybtex>=0.25",
- "pybtex-docutils>=1.0.2",