summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-tabs/files
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-30 21:03:09 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-30 21:36:37 +0800
commit28c7943abc7639f4ff882871d04e79326181e6f8 (patch)
treef55641680ec21e805b80eca38e76d37ec6459fb8 /textproc/py-sphinx-tabs/files
parenttextproc/py-sphinx-intl: Update to 2.2.0 (diff)
textproc/py-sphinx-tabs: Update to 3.4.5
Changes: https://github.com/executablebooks/sphinx-tabs/releases
Diffstat (limited to 'textproc/py-sphinx-tabs/files')
-rw-r--r--textproc/py-sphinx-tabs/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
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",