From 155d0519f19af6f502db642bc007d04a143bcf8b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 30 Sep 2017 12:49:16 +0200 Subject: [PATCH] python-Sphinx: update to 1.6.4 --- srcpkgs/python-Sphinx/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-Sphinx/template b/srcpkgs/python-Sphinx/template index da1ab5984f9..28c0e323d6f 100644 --- a/srcpkgs/python-Sphinx/template +++ b/srcpkgs/python-Sphinx/template @@ -1,7 +1,7 @@ # Template file for 'python-Sphinx' pkgname=python-Sphinx -version=1.5.6 -revision=2 +version=1.6.4 +revision=1 noarch=yes wrksrc="Sphinx-${version}" build_style=python-module @@ -9,13 +9,13 @@ pycompile_module="sphinx" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-docutils python-Jinja2 python-Pygments python-six python-Babel python-alabaster python-snowballstemmer - python-imagesize python-requests" + python-imagesize python-requests python-typing python-sphinxcontrib-websupport" short_desc="Python2 documentation generator" maintainer="Alessio Sergi " homepage="http://sphinx-doc.org/" license="2-clause-BSD" distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz" -checksum=565a72dd39dd6ea2e8c548d34c127c981e4bcaead69a2c456a6e33ef69151ace +checksum=f101efd87fbffed8d8aca6ef307fec57693334f39d32efcbc2fc96ed129f4a3e alternatives=" sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc2 @@ -34,10 +34,9 @@ python3-Sphinx_package() { sphinx:sphinx-build:/usr/bin/sphinx-build3 sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3" noarch=yes - depends=" - python3-setuptools python3-docutils python3-Jinja2 python3-Pygments + depends="python3-setuptools python3-docutils python3-Jinja2 python3-Pygments python3-six python3-Babel python3-alabaster python3-snowballstemmer - python3-imagesize python3-requests" + python3-imagesize python3-requests python3-sphinxcontrib-websupport" pycompile_module="sphinx" replaces="python3.4-Sphinx>=0" short_desc="${short_desc/Python2/Python3}"