diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-16 23:15:24 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-16 23:24:15 +0800 |
commit | d1967baff0d865706f73a5c69cf9c7fd064b8175 (patch) | |
tree | a028e961fd148ef13c920dbd1d0a4aaf1443cbc7 /textproc/py-sphinx-tabs/files | |
parent | textproc/py-markdown-it-py: Update to 1.1.0 (diff) |
textproc/py-sphinx-tabs: Update to 3.0.0
Changes: https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md
Diffstat (limited to 'textproc/py-sphinx-tabs/files')
-rw-r--r-- | textproc/py-sphinx-tabs/files/patch-setup.py | 11 |
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..9de15e1c573d --- /dev/null +++ b/textproc/py-sphinx-tabs/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-05-11 20:38:43 UTC ++++ setup.py +@@ -25,7 +25,7 @@ setup( + url="https://github.com/executablebooks/sphinx-tabs", + license="MIT", + python_requires="~=3.6", +- install_requires=["sphinx>=2,<5", "pygments", "docutils~=0.16.0"], ++ install_requires=["sphinx>=2,<5", "pygments", "docutils~=0.16"], + extras_require={ + "testing": [ + "coverage", |