git: 28c7943abc76 - main - textproc/py-sphinx-tabs: Update to 3.4.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Sep 2024 13:42:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=28c7943abc7639f4ff882871d04e79326181e6f8 commit 28c7943abc7639f4ff882871d04e79326181e6f8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-30 13:03:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-30 13:36:37 +0000 textproc/py-sphinx-tabs: Update to 3.4.5 Changes: https://github.com/executablebooks/sphinx-tabs/releases --- textproc/py-sphinx-tabs/Makefile | 11 +++++------ textproc/py-sphinx-tabs/distinfo | 6 +++--- textproc/py-sphinx-tabs/files/patch-setup.py | 11 ----------- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile index b4da6ae01a42..bebe74bd649a 100644 --- a/textproc/py-sphinx-tabs/Makefile +++ b/textproc/py-sphinx-tabs/Makefile @@ -1,24 +1,23 @@ PORTNAME= sphinx-tabs -PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTVERSION= 3.4.5 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tabbed views for Sphinx -WWW= https://github.com/executablebooks/sphinx-tabs +WWW= https://sphinx-tabs.readthedocs.io/en/latest/ \ + https://github.com/executablebooks/sphinx-tabs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.18.0,1<0.22.0,1:textproc/py-docutils@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/textproc/py-sphinx-tabs/distinfo b/textproc/py-sphinx-tabs/distinfo index f93c4bd4d335..0ad4e818ea76 100644 --- a/textproc/py-sphinx-tabs/distinfo +++ b/textproc/py-sphinx-tabs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663045280 -SHA256 (sphinx-tabs-3.4.1.tar.gz) = d2a09f9e8316e400d57503f6df1c78005fdde220e5af589cc79d493159e1b832 -SIZE (sphinx-tabs-3.4.1.tar.gz) = 15961 +TIMESTAMP = 1727314596 +SHA256 (sphinx-tabs-3.4.5.tar.gz) = ba9d0c1e3e37aaadd4b5678449eb08176770e0fc227e769b6ce747df3ceea531 +SIZE (sphinx-tabs-3.4.5.tar.gz) = 16070 diff --git a/textproc/py-sphinx-tabs/files/patch-setup.py b/textproc/py-sphinx-tabs/files/patch-setup.py deleted file mode 100644 index 2733f85e0fa2..000000000000 --- a/textproc/py-sphinx-tabs/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2022-07-02 09:46:49 UTC -+++ setup.py -@@ -25,7 +25,7 @@ setup( - url="https://github.com/executablebooks/sphinx-tabs", - license="MIT", - python_requires="~=3.7", -- install_requires=["sphinx", "pygments", "docutils~=0.18.0"], -+ install_requires=["sphinx", "pygments", "docutils>=0.18.0,<0.22.0"], - extras_require={ - "testing": [ - "coverage",