summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-inline-tabs/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-12 05:17:56 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-12 05:47:20 +0800
commit29ccdd692af8f7b2775d64384ea0be529df7d0ef (patch)
tree1052c9664e97a2ded402fea23a30b44b51fbac6b /textproc/py-sphinx-inline-tabs/files/patch-setup.py
parenttextproc/py-snowballstemmer: Update to 2.1.0 (diff)
textproc/py-sphinx-inline-tabs: Update to 2021.4.11b9
Changes: https://github.com/pradyunsg/sphinx-inline-tabs/commits/main
Diffstat (limited to 'textproc/py-sphinx-inline-tabs/files/patch-setup.py')
-rw-r--r--textproc/py-sphinx-inline-tabs/files/patch-setup.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/py-sphinx-inline-tabs/files/patch-setup.py b/textproc/py-sphinx-inline-tabs/files/patch-setup.py
new file mode 100644
index 000000000000..0b3ef6c1f484
--- /dev/null
+++ b/textproc/py-sphinx-inline-tabs/files/patch-setup.py
@@ -0,0 +1,9 @@
+--- setup.py.orig 1970-01-01 00:00:00 UTC
++++ setup.py
+@@ -30,5 +30,5 @@ setup(name='sphinx_inline_tabs',
+ package_dir=package_dir,
+ install_requires=install_requires,
+ extras_require=extras_require,
+- python_requires='>=3.8',
++ python_requires='>=3.6',
+ )