diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-01-02 10:47:56 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:30:44 +0700 |
commit | f97de8b98002f3896d1c478f76dbf72e04212c90 (patch) | |
tree | 94dd71fc07d7ec2fa6fa6313d1a6c4e015cbe5c5 | |
parent | 9acb80f101b0f0056935f79e1d9843c383aae91e (diff) | |
download | slackbuilds-f97de8b98002f3896d1c478f76dbf72e04212c90.tar.gz |
development/Sphinx: Update dependencies.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/Sphinx/README | 1 | ||||
-rw-r--r-- | development/Sphinx/Sphinx.SlackBuild | 2 | ||||
-rw-r--r-- | development/Sphinx/Sphinx.info | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README index 9a5cd64baf..cfd397e4f1 100644 --- a/development/Sphinx/README +++ b/development/Sphinx/README @@ -12,5 +12,4 @@ require special build instructions not captured in REQUIRES: - python/python-chardet: install python/python3 first - python/imagesize: install python/python3 first - python/alabaster: install python/python3 first -- python/python-requests: install python/python3-certifi first - python/pytz: install python/python3 first diff --git a/development/Sphinx/Sphinx.SlackBuild b/development/Sphinx/Sphinx.SlackBuild index 378d9b691f..73adf64417 100644 --- a/development/Sphinx/Sphinx.SlackBuild +++ b/development/Sphinx/Sphinx.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Sphinx # Copyright 2013 Mikko Värri, Finland -# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is diff --git a/development/Sphinx/Sphinx.info b/development/Sphinx/Sphinx.info index fce0cef7db..927b9260f3 100644 --- a/development/Sphinx/Sphinx.info +++ b/development/Sphinx/Sphinx.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-3.3.1.t MD5SUM="a082ab4be33777ff9567c0bdb510c0f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="alabaster imagesize python3-babel docutils Jinja2 python3-packaging Pygments python-requests python3-six snowballstemmer sphinxcontrib-applehelp sphinxcontrib-devhelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath sphinxcontrib-qthelp sphinxcontrib-serializinghtml python3-certifi" +REQUIRES="alabaster imagesize python3-babel docutils Jinja2 python3-packaging Pygments python-requests python3-six snowballstemmer sphinxcontrib-applehelp sphinxcontrib-devhelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath sphinxcontrib-qthelp sphinxcontrib-serializinghtml python-certifi" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |