summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-inline-tabs/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 17:37:17 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 20:46:25 +0800
commit9c7ef501b42ab99ef5dcc2733e94742701f8ed64 (patch)
tree909e2a33844ae0786eb61edf9ca63e143de83889 /textproc/py-sphinx-inline-tabs/files/patch-setup.py
parenttextproc/py-sphinx-book-theme: Update to 0.2.0 (diff)
textproc/py-sphinx-inline-tabs: Update to 2022.1.2b11
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, 0 insertions, 9 deletions
diff --git a/textproc/py-sphinx-inline-tabs/files/patch-setup.py b/textproc/py-sphinx-inline-tabs/files/patch-setup.py
deleted file mode 100644
index 0b3ef6c1f484..000000000000
--- a/textproc/py-sphinx-inline-tabs/files/patch-setup.py
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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',
- )