git: 5fdbf2e739b2 - main - textproc/py-sphinxcontrib-bibtex: Update to 2.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 20:44:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fdbf2e739b2e2773ebe08fee645903c737292a6 commit 5fdbf2e739b2e2773ebe08fee645903c737292a6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 20:34:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 20:34:46 +0000 textproc/py-sphinxcontrib-bibtex: Update to 2.6.0 Changes: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst --- textproc/py-sphinxcontrib-bibtex/Makefile | 4 ++-- textproc/py-sphinxcontrib-bibtex/distinfo | 6 +++--- textproc/py-sphinxcontrib-bibtex/files/patch-requirements.txt | 9 +++++++++ 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'