summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-tabs/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 16:12:40 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 16:12:40 +0800
commit92c878be2dd2fe22dd685b2ec1e387921bbb1982 (patch)
tree20eb30ff8123afe60ed35e9322168bd12c5c046f /textproc/py-sphinx-tabs/files/patch-setup.py
parentsysutils/py-distro: Update to 1.8.0 (diff)
textproc/py-sphinx-tabs: Fix build after 23cc43859179b1bb1b6932ccee2559ed5f66a968 (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
Diffstat (limited to 'textproc/py-sphinx-tabs/files/patch-setup.py')
-rw-r--r--textproc/py-sphinx-tabs/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-sphinx-tabs/files/patch-setup.py b/textproc/py-sphinx-tabs/files/patch-setup.py
new file mode 100644
index 000000000000..d7c1e3a8a914
--- /dev/null
+++ b/textproc/py-sphinx-tabs/files/patch-setup.py
@@ -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",