textproc/py-sphinx-tabs: Fix build after 23cc438591 (py-Jinja2 3.1.2 update)

Do not bump PORTREVISION because the package dependency list is unchanged.

Reference:	http://beefy18.nyi.freebsd.org/data/main-amd64-default/p97fda7e3a598_s813c5b75e6/logs/py39-sphinx-tabs-3.4.0.log
This commit is contained in:
Po-Chuan Hsieh 2022-11-19 16:12:40 +08:00
parent 637c5f3b1a
commit 92c878be2d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 11 additions and 1 deletions

View File

@ -12,7 +12,6 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.17.0,1<0.18,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} \

View File

@ -0,0 +1,11 @@
--- 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",