git: 7a4b1542eea7 - main - textproc/py-sphinx-tabs: update to 3.4.1 as pre-requsite for Sphinx update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jan 2023 19:32:43 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7a4b1542eea74a66513b168436f47fd2a67d7f7d
commit 7a4b1542eea74a66513b168436f47fd2a67d7f7d
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-01-16 18:54:22 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-01-16 19:32:04 +0000
textproc/py-sphinx-tabs: update to 3.4.1 as pre-requsite for Sphinx update
Approved by: python (lwhsu)
---
textproc/py-sphinx-tabs/Makefile | 5 +++--
textproc/py-sphinx-tabs/distinfo | 6 +++---
textproc/py-sphinx-tabs/files/patch-setup.py | 11 -----------
3 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile
index 665d7940e41f..f97ff4da817f 100644
--- a/textproc/py-sphinx-tabs/Makefile
+++ b/textproc/py-sphinx-tabs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sphinx-tabs
-PORTVERSION= 3.4.0
+PORTVERSION= 3.4.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ WWW= https://github.com/executablebooks/sphinx-tabs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.17.0,1<0.18,1:textproc/py-docutils@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.17.0,1<0.20,1:textproc/py-docutils@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0<3.2.0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=2,1<6,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 3ca7217a9982..f93c4bd4d335 100644
--- a/textproc/py-sphinx-tabs/distinfo
+++ b/textproc/py-sphinx-tabs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656522318
-SHA256 (sphinx-tabs-3.4.0.tar.gz) = 75e97ce10b74700deaf87b662539a293c8afc9dfa9d21f126b860118064cb0c5
-SIZE (sphinx-tabs-3.4.0.tar.gz) = 15785
+TIMESTAMP = 1663045280
+SHA256 (sphinx-tabs-3.4.1.tar.gz) = d2a09f9e8316e400d57503f6df1c78005fdde220e5af589cc79d493159e1b832
+SIZE (sphinx-tabs-3.4.1.tar.gz) = 15961
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 d7c1e3a8a914..000000000000
--- a/textproc/py-sphinx-tabs/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2022-06-25 23:31:53 UTC
-+++ setup.py
-@@ -25,7 +25,7 @@ setup(
- url="https://github.com/executablebooks/sphinx-tabs",
- license="MIT",
- python_requires="~=3.7",
-- install_requires=["sphinx>=2,<6", "pygments", "docutils~=0.17.0", "jinja2<3.1.0"],
-+ install_requires=["sphinx>=2,<6", "pygments", "docutils~=0.17.0"],
- extras_require={
- "testing": [
- "coverage",