git: 8188f51fee15 - main - textproc/py-sphinx-tabs: Update to 3.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:45:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8188f51fee155fee160c11aa8571ab6489951b9d commit 8188f51fee155fee160c11aa8571ab6489951b9d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:04:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:16 +0000 textproc/py-sphinx-tabs: Update to 3.3.0 Changes: https://github.com/executablebooks/sphinx-tabs/releases --- textproc/py-sphinx-tabs/Makefile | 4 ++-- textproc/py-sphinx-tabs/distinfo | 6 +++--- textproc/py-sphinx-tabs/files/patch-setup.py | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile index 68a6c350bdf2..13d83b5cd432 100644 --- a/textproc/py-sphinx-tabs/Makefile +++ b/textproc/py-sphinx-tabs/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= sphinx-tabs -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Tabbed views for Sphinx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.16,1<1,1:textproc/py-docutils@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.17.0,1<0.18,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=2,1<5,1:textproc/py-sphinx@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ diff --git a/textproc/py-sphinx-tabs/distinfo b/textproc/py-sphinx-tabs/distinfo index 547a4f949ce7..63fdcf04ac57 100644 --- a/textproc/py-sphinx-tabs/distinfo +++ b/textproc/py-sphinx-tabs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628439066 -SHA256 (sphinx-tabs-3.2.0.tar.gz) = 33137914ed9b276e6a686d7a337310ee77b1dae316fdcbce60476913a152e0a4 -SIZE (sphinx-tabs-3.2.0.tar.gz) = 15162 +TIMESTAMP = 1647264684 +SHA256 (sphinx-tabs-3.3.0.tar.gz) = 3ffab6695b8b7cf252616af1a974e4d3c2d60f633debff373535c008e1e89f7f +SIZE (sphinx-tabs-3.3.0.tar.gz) = 15498 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 9de15e1c573d..000000000000 --- a/textproc/py-sphinx-tabs/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-05-11 20:38:43 UTC -+++ setup.py -@@ -25,7 +25,7 @@ setup( - url="https://github.com/executablebooks/sphinx-tabs", - license="MIT", - python_requires="~=3.6", -- install_requires=["sphinx>=2,<5", "pygments", "docutils~=0.16.0"], -+ install_requires=["sphinx>=2,<5", "pygments", "docutils~=0.16"], - extras_require={ - "testing": [ - "coverage",