aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 20:34:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 20:34:46 +0000
commit5fdbf2e739b2e2773ebe08fee645903c737292a6 (patch)
tree15ceb9d5fe412726b5ed9ea4d754340b54e0e646
parent4c86069b80128519280ed41d3aa49e0f7a764cec (diff)
downloadports-5fdbf2e739b2e2773ebe08fee645903c737292a6.tar.gz
ports-5fdbf2e739b2e2773ebe08fee645903c737292a6.zip
textproc/py-sphinxcontrib-bibtex: Update to 2.6.0
-rw-r--r--textproc/py-sphinxcontrib-bibtex/Makefile4
-rw-r--r--textproc/py-sphinxcontrib-bibtex/distinfo6
-rw-r--r--textproc/py-sphinxcontrib-bibtex/files/patch-requirements.txt9
3 files changed, 14 insertions, 5 deletions
diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile
index 407dd11591ae..7abf197f53f1 100644
--- a/textproc/py-sphinxcontrib-bibtex/Makefile
+++ b/textproc/py-sphinxcontrib-bibtex/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sphinxcontrib-bibtex
-PORTVERSION= 2.5.0
+PORTVERSION= 2.6.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.8,1:textproc/py-docutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybtex>=0.24:textproc/py-pybtex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybtex-docutils>=1.0.0:textproc/py-pybtex-docutils@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx>=2.1,1:textproc/py-sphinx@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}sphinx>=3.5,1:textproc/py-sphinx@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
diff --git a/textproc/py-sphinxcontrib-bibtex/distinfo b/textproc/py-sphinxcontrib-bibtex/distinfo
index c2887011e9f3..60d4b850d5a0 100644
--- a/textproc/py-sphinxcontrib-bibtex/distinfo
+++ b/textproc/py-sphinxcontrib-bibtex/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661950950
-SHA256 (sphinxcontrib-bibtex-2.5.0.tar.gz) = 71b42e5db0e2e284f243875326bf9936aa9a763282277d75048826fef5b00eaa
-SIZE (sphinxcontrib-bibtex-2.5.0.tar.gz) = 113310
+TIMESTAMP = 1693056841
+SHA256 (sphinxcontrib-bibtex-2.6.0.tar.gz) = aa41d9d0b6ba9f8ece2b8a65621bc6bae988584ac463289632c81bded5582e76
+SIZE (sphinxcontrib-bibtex-2.6.0.tar.gz) = 116668
diff --git a/textproc/py-sphinxcontrib-bibtex/files/patch-requirements.txt b/textproc/py-sphinxcontrib-bibtex/files/patch-requirements.txt
new file mode 100644
index 000000000000..90ae01e30a5e
--- /dev/null
+++ b/textproc/py-sphinxcontrib-bibtex/files/patch-requirements.txt
@@ -0,0 +1,9 @@
+--- requirements.txt.orig 2023-08-24 19:40:27 UTC
++++ requirements.txt
+@@ -1,5 +1,5 @@
+ Sphinx>=3.5
+-docutils>=0.8,!=0.18.*,!=0.19.*
++docutils>=0.8,!=0.18.*
+ pybtex>=0.24
+ pybtex-docutils>=1.0.0
+ dataclasses; python_version < '3.7'